Html Css Color HEX #B85CE4 Medium Orchid

📋 copy color: '#B85CE4'

red 184 ◦ green 92 ◦ blue 228

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

Shades of Medium Orchid #B85CE4

Tints of Medium Orchid #B85CE4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.25%

 BLUE value IS 228 (89.45% from 255) = 45.24%

R = 36.51%
G = 18.25%
B = 45.24%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B85CE4 (or 0xB85CE4) is known color: Medium Orchid. HEX triplet: B8, 5C and E4. RGB value is (184,92,228). Sum of RGB (Red+Green+Blue) = 184+92+228=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #B85CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CE4 is #47A31B. Grayscale: #868686. Windows color (decimal): -4694812 or 14965944. OLE color: 14965944.

HSL color Cylindrical-coordinate representation of color #B85CE4: hue angle of 280.59º 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 #B85CE4 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 184 92 228 -
CMYK 0.19 0.60 0 0.11
HSL 280.59º 0.72% 0.63% -
HSV(B) 280.59º 0.6% 0.89% -
XYZ 37.6 23.45 75.94 -
YUV 135.01 180.48 162.94 -
System Red Green Blue C M Y K H S L
Decimal 184 92 228 0.19 0.60 0 0.11 280.59 0.72 0.63
Hex B8 5C E4 13 3C 0 B 119 48 3F
Octal 270 134 344 23 74 0 13 431 110 77
Binary 10111000 1011100 11100100 10011 111100 0 1011 100011001 1001000 111111

Color Harmonies of #B85CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CE4

Black with #B85CE4

Text Example


Text Example

White with #B85CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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