#B854CA

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

Shades of Medium Orchid #B854CA

Tints of Medium Orchid #B854CA

Color information

#B854CA (or 0xB854CA) is unknown color: approx Medium Orchid. HEX triplet: B8, 54 and CA. RGB value is (184,84,202). Sum of RGB (Red+Green+Blue) = 184+84+202=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #B854CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B854CA is #47AB35. Grayscale: #7E7E7E. Windows color (decimal): -4696886 or 13259960. OLE color: 13259960.

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

Color convert

RGB18484202-
CMYK0.090.5800.21
HSL290.85º52.68%56.08%-
HSV(B)290.85º58.42%79.22%-
XYZ33.620.858.12-
YUV127.35170.13168.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 84 (33.20% from 255) = 17.87%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=39.15%
G=17.87%
B=42.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184842020.090.5800.21290.8552.6856.08
HexB854CA93A0151233538
Octal27012431211720254436570
Binary101110001010100110010101001111010010101100100011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B854CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B854CA; }

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

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

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

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

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

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

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

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