#B867CA

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

Shades of Medium Orchid #B867CA

Tints of Medium Orchid #B867CA

Color information

#B867CA (or 0xB867CA) is unknown color: approx Medium Orchid. HEX triplet: B8, 67 and CA. RGB value is (184,103,202). Sum of RGB (Red+Green+Blue) = 184+103+202=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #B867CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B867CA is #479835. Grayscale: #8A8A8A. Windows color (decimal): -4692022 or 13264824. OLE color: 13264824.

HSL color Cylindrical-coordinate representation of color #B867CA: hue angle of 289.09º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B867CA is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184103202-
CMYK0.090.4900.21
HSL289.09º48.29%59.8%-
HSV(B)289.09º49.01%79.22%-
XYZ35.2824.1658.68-
YUV138.5163.84160.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 103 (40.62% from 255) = 21.06%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=37.63%
G=21.06%
B=41.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841032020.090.4900.21289.0948.2959.8
HexB867CA931015121303c
Octal27014731211610254416074
Binary101110001100111110010101001110001010101100100001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B867CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B867CA; }

 p { color: rgb(184,103,202); }

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

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

 a { background-color: rgb(184,103,202); }

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

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

 span { border-color: rgb(184,103,202); }

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