Html Css Color HEX #B859E6 Medium Orchid

📋 copy color: '#B859E6'

red 184 ◦ green 89 ◦ blue 230

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

Shades of Medium Orchid #B859E6

Tints of Medium Orchid #B859E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.73%

R = 36.58%
G = 17.69%
B = 45.73%

CMYK

 C value IS 0.2

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B859E6 (or 0xB859E6) is known color: Medium Orchid. HEX triplet: B8, 59 and E6. RGB value is (184,89,230). Sum of RGB (Red+Green+Blue) = 184+89+230=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #B859E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B859E6 is #47A619. Grayscale: #858585. Windows color (decimal): -4695578 or 15096248. OLE color: 15096248.

HSL color Cylindrical-coordinate representation of color #B859E6: hue angle of 280.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B859E6 is Cyan = 0.2, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 89 230 -
CMYK 0.2 0.61 0 0.10
HSL 280.43º 0.74% 0.63% -
HSV(B) 280.43º 0.61% 0.9% -
XYZ 37.62 23.05 77.33 -
YUV 133.48 182.47 164.04 -
System Red Green Blue C M Y K H S L
Decimal 184 89 230 0.2 0.61 0 0.10 280.43 0.74 0.63
Hex B8 59 E6 14 3D 0 A 118 4A 3F
Octal 270 131 346 24 75 0 12 430 112 77
Binary 10111000 1011001 11100110 10100 111101 0 1010 100011000 1001010 111111

Color Harmonies of #B859E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B859E6

Black with #B859E6

Text Example


Text Example

White with #B859E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B859E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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