Html Css Color HEX #B85BE4 Medium Orchid

📋 copy color: '#B85BE4'

red 184 ◦ green 91 ◦ blue 228

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

Shades of Medium Orchid #B85BE4

Tints of Medium Orchid #B85BE4

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 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

#B85BE4 (or 0xB85BE4) is known color: 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

RGB 184 91 228 -
CMYK 0.19 0.60 0 0.11
HSL 280.73º 0.72% 0.63% -
HSV(B) 280.73º 0.6% 0.89% -
XYZ 37.51 23.27 75.91 -
YUV 134.43 180.81 163.36 -
System Red Green Blue C M Y K H S L
Decimal 184 91 228 0.19 0.60 0 0.11 280.73 0.72 0.63
Hex B8 5B E4 13 3C 0 B 119 48 3F
Octal 270 133 344 23 74 0 13 431 110 77
Binary 10111000 1011011 11100100 10011 111100 0 1011 100011001 1001000 111111

Color Harmonies of #B85BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BE4

Black with #B85BE4

Text Example


Text Example

White with #B85BE4

Text Example


Text Example

HTML Codes & Css Web 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>