#B970C8

Color #B970C8 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B970C8

Tints of Medium Orchid #B970C8

Color information

#B970C8 (or 0xB970C8) is unknown color: approx Medium Orchid. HEX triplet: B9, 70 and C8. RGB value is (185,112,200). Sum of RGB (Red+Green+Blue) = 185+112+200=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 200 - color contains mainly: blue. Hex color #B970C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970C8 is #468F37. Grayscale: #8F8F8F. Windows color (decimal): -4624184 or 13136057. OLE color: 13136057.

HSL color Cylindrical-coordinate representation of color #B970C8: hue angle of 289.77º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B970C8 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB185112200-
CMYK0.080.4400.22
HSL289.77º44.44%61.18%-
HSV(B)289.77º44%78.43%-
XYZ36.2326.0757.77-
YUV143.86159.68157.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 112 (44.14% from 255) = 22.54%
BLUE value IS 200 (78.52% from 255) = 40.24%
R=37.22%
G=22.54%
B=40.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851122000.080.4400.22289.7744.4461.18
HexB970C882C0161222c3d
Octal27116031010540264425475
Binary101110011110000110010001000101100010110100100010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B970C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B970C8; }

 p { color: rgb(185,112,200); }

 H1.HeaderClassName
 {
   color: #B970C8;
 }
 .AnyTagClassName
 {
   color: #B970C8;
 }
</style>
background-color css

<style>
 a { background-color: #B970C8; }

 a { background-color: rgb(185,112,200); }

 div.DivClassName
 {
   background-color: #B970C8;
 }
 .BgClassName
 {
   background-color: #B970C8;
 }
</style>
border-color css

<style>
 span { border-color: #B970C8; }

 span { border-color: rgb(185,112,200); }

 td.TdClassName
 {
   border-color: #B970C8;
 }
 .TagClassName
 {
   border-color: #B970C8;
 }
</style>