#B855CA

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

Shades of Medium Orchid #B855CA

Tints of Medium Orchid #B855CA

Color information

#B855CA (or 0xB855CA) is unknown color: approx Medium Orchid. HEX triplet: B8, 55 and CA. RGB value is (184,85,202). Sum of RGB (Red+Green+Blue) = 184+85+202=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #B855CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855CA is #47AA35. Grayscale: #7F7F7F. Windows color (decimal): -4696630 or 13260216. OLE color: 13260216.

HSL color Cylindrical-coordinate representation of color #B855CA: hue angle of 290.77º degrees, saturation: 0.52, 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 #B855CA is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18485202-
CMYK0.090.5800.21
HSL290.77º52.47%56.27%-
HSV(B)290.77º57.92%79.22%-
XYZ33.6820.9558.15-
YUV127.94169.8167.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 85 (33.59% from 255) = 18.05%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=39.07%
G=18.05%
B=42.89%

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
Decimal184852020.090.5800.21290.7752.4756.27
HexB855CA93A0151233438
Octal27012531211720254436470
Binary101110001010101110010101001111010010101100100011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B855CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B855CA; }

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

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

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

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

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

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

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

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