#B850C8

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

Shades of Medium Orchid #B850C8

Tints of Medium Orchid #B850C8

Color information

#B850C8 (or 0xB850C8) is unknown color: approx Medium Orchid. HEX triplet: B8, 50 and C8. RGB value is (184,80,200). Sum of RGB (Red+Green+Blue) = 184+80+200=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #B850C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850C8 is #47AF37. Grayscale: #7C7C7C. Windows color (decimal): -4697912 or 13127864. OLE color: 13127864.

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

Color convert

RGB18480200-
CMYK0.080.600.22
HSL292º52.17%54.9%-
HSV(B)292º60%78.43%-
XYZ33.0620.156.78-
YUV124.78170.46170.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 80 (31.64% from 255) = 17.24%
BLUE value IS 200 (78.52% from 255) = 43.10%
R=39.66%
G=17.24%
B=43.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal184802000.080.600.2229252.1754.9
HexB850C883C0161243437
Octal27012031010740264446467
Binary101110001010000110010001000111100010110100100100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B850C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B850C8; }

 p { color: rgb(184,80,200); }

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

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

 a { background-color: rgb(184,80,200); }

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

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

 span { border-color: rgb(184,80,200); }

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