#B85BE4

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

Shades of Medium Orchid #B85BE4

Tints of Medium Orchid #B85BE4

Color information

#B85BE4 (or 0xB85BE4) is unknown color: approx Medium Orchid. HEX triplet: B8, 5B and E4. RGB value is (184,91,228). Sum of RGB (Red+Green+Blue) = 184+91+228=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 228 (89.45% from 255 or 45.33% from 503); Max value from RGB is 228 - color contains mainly: blue. Hex color #B85BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BE4 is #47A41B. Grayscale: #858585. Windows color (decimal): -4695068 or 14965688. OLE color: 14965688.

HSL color Cylindrical-coordinate representation of color #B85BE4: hue angle of 280.73º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85BE4 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18491228-
CMYK0.190.6000.11
HSL280.73º71.73%62.55%-
HSV(B)280.73º60.09%89.41%-
XYZ37.5123.2775.91-
YUV134.42180.81163.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 91 (35.94% from 255) = 18.09%
BLUE value IS 228 (89.45% from 255) = 45.33%
R=36.58%
G=18.09%
B=45.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal184912280.190.6000.11280.7371.7362.55
HexB85BE4133C0B119483f
Octal270133344237401343111077
Binary1011100010110111110010010011111100010111000110011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85BE4; }

 p { color: rgb(184,91,228); }

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

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

 a { background-color: rgb(184,91,228); }

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

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

 span { border-color: rgb(184,91,228); }

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