#B85FE7

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

Shades of Medium Orchid #B85FE7

Tints of Medium Orchid #B85FE7

Color information

#B85FE7 (or 0xB85FE7) is unknown color: approx Medium Orchid. HEX triplet: B8, 5F and E7. RGB value is (184,95,231). Sum of RGB (Red+Green+Blue) = 184+95+231=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 231 - color contains mainly: blue. Hex color #B85FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85FE7 is #47A018. Grayscale: #888888. Windows color (decimal): -4694041 or 15163320. OLE color: 15163320.

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

Color convert

RGB18495231-
CMYK0.200.5900.09
HSL279.26º73.91%63.92%-
HSV(B)279.26º58.87%90.59%-
XYZ38.2824.1478.24-
YUV137.11180.99161.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.08%
GREEN value IS 95 (37.5% from 255) = 18.63%
BLUE value IS 231 (90.62% from 255) = 45.29%
R=36.08%
G=18.63%
B=45.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal184952310.200.5900.09279.2673.9163.92
HexB85FE7143B091174a40
Octal2701373472473011427112100
Binary10111000101111111100111101001110110100110001011110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85FE7; }

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

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

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

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

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

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

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

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