Html Css Color HEX #B85EE1 Medium Orchid

📋 copy color: '#B85EE1'

red 184 ◦ green 94 ◦ blue 225

#B85EE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B85EE1

Tints of Medium Orchid #B85EE1

RGB

 RED value IS 184 (72.27% from 255) = 36.58%

 GREEN value IS 94 (37.11% from 255) = 18.69%

 BLUE value IS 225 (88.28% from 255) = 44.73%

R = 36.58%
G = 18.69%
B = 44.73%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B85EE1 (or 0xB85EE1) is known color: Medium Orchid. HEX triplet: B8, 5E and E1. RGB value is (184,94,225). Sum of RGB (Red+Green+Blue) = 184+94+225=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #B85EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EE1 is #47A11E. Grayscale: #878787. Windows color (decimal): -4694303 or 14769848. OLE color: 14769848.

HSL color Cylindrical-coordinate representation of color #B85EE1: hue angle of 281.22º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B85EE1 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 94 225 -
CMYK 0.18 0.58 0 0.12
HSL 281.22º 0.69% 0.63% -
HSV(B) 281.22º 0.58% 0.88% -
XYZ 37.36 23.63 73.83 -
YUV 135.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 184 94 225 0.18 0.58 0 0.12 281.22 0.69 0.63
Hex B8 5E E1 12 3A 0 C 119 45 3F
Octal 270 136 341 22 72 0 14 431 105 77
Binary 10111000 1011110 11100001 10010 111010 0 1100 100011001 1000101 111111

Color Harmonies of #B85EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85EE1

Black with #B85EE1

Text Example


Text Example

White with #B85EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85EE1; }

 p { color: rgb(184,94,225); }

 H1.HeaderClassName
 {
   color: #B85EE1;
 }
 .AnyTagClassName
 {
   color: #B85EE1;
 }
</style>

background-color css

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

 a { background-color: rgb(184,94,225); }

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

border-color css

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

 span { border-color: rgb(184,94,225); }

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