#B85FE5

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

Shades of Medium Orchid #B85FE5

Tints of Medium Orchid #B85FE5

Color information

#B85FE5 (or 0xB85FE5) is unknown color: approx Medium Orchid. HEX triplet: B8, 5F and E5. RGB value is (184,95,229). Sum of RGB (Red+Green+Blue) = 184+95+229=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #B85FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85FE5 is #47A01A. Grayscale: #888888. Windows color (decimal): -4694043 or 15032248. OLE color: 15032248.

HSL color Cylindrical-coordinate representation of color #B85FE5: hue angle of 279.85º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B85FE5 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18495229-
CMYK0.200.5900.10
HSL279.85º72.04%63.53%-
HSV(B)279.85º58.52%89.8%-
XYZ3824.0376.76-
YUV136.89179.99161.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.22%
GREEN value IS 95 (37.5% from 255) = 18.70%
BLUE value IS 229 (89.84% from 255) = 45.08%
R=36.22%
G=18.70%
B=45.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal184952290.200.5900.10279.8572.0463.53
HexB85FE5143B0A1184840
Octal2701373452473012430110100
Binary10111000101111111100101101001110110101010001100010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85FE5; }

 p { color: rgb(184,95,229); }

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

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

 a { background-color: rgb(184,95,229); }

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

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

 span { border-color: rgb(184,95,229); }

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