Html Css Color HEX #B859E0 Medium Orchid

📋 copy color: '#B859E0'

red 184 ◦ green 89 ◦ blue 224

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

Shades of Medium Orchid #B859E0

Tints of Medium Orchid #B859E0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.91%

 BLUE value IS 224 (87.89% from 255) = 45.07%

R = 37.02%
G = 17.91%
B = 45.07%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B859E0 (or 0xB859E0) is known color: Medium Orchid. HEX triplet: B8, 59 and E0. RGB value is (184,89,224). Sum of RGB (Red+Green+Blue) = 184+89+224=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #B859E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859E0 is #47A61F. Grayscale: #848484. Windows color (decimal): -4695584 or 14703032. OLE color: 14703032.

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

Color convert

RGB 184 89 224 -
CMYK 0.18 0.60 0 0.12
HSL 282.22º 0.69% 0.61% -
HSV(B) 282.22º 0.6% 0.88% -
XYZ 36.79 22.72 72.97 -
YUV 132.8 179.47 164.52 -
System Red Green Blue C M Y K H S L
Decimal 184 89 224 0.18 0.60 0 0.12 282.22 0.69 0.61
Hex B8 59 E0 12 3C 0 C 11A 45 3D
Octal 270 131 340 22 74 0 14 432 105 75
Binary 10111000 1011001 11100000 10010 111100 0 1100 100011010 1000101 111101

Color Harmonies of #B859E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B859E0

Black with #B859E0

Text Example


Text Example

White with #B859E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B859E0; }

 p { color: rgb(184,89,224); }

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

background-color css

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

 a { background-color: rgb(184,89,224); }

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

border-color css

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

 span { border-color: rgb(184,89,224); }

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