Html Css Color HEX #B859C9 Medium Orchid

📋 copy color: '#B859C9'

red 184 ◦ green 89 ◦ blue 201

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

Shades of Medium Orchid #B859C9

Tints of Medium Orchid #B859C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 38.82%
G = 18.78%
B = 42.41%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B859C9 (or 0xB859C9) is known color: Medium Orchid. HEX triplet: B8, 59 and C9. RGB value is (184,89,201). Sum of RGB (Red+Green+Blue) = 184+89+201=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #B859C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859C9 is #47A636. Grayscale: #818181. Windows color (decimal): -4695607 or 13195704. OLE color: 13195704.

HSL color Cylindrical-coordinate representation of color #B859C9: hue angle of 290.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B859C9 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 89 201 -
CMYK 0.08 0.56 0 0.21
HSL 290.89º 0.51% 0.57% -
HSV(B) 290.89º 0.56% 0.79% -
XYZ 33.88 21.55 57.63 -
YUV 130.17 167.97 166.39 -
System Red Green Blue C M Y K H S L
Decimal 184 89 201 0.08 0.56 0 0.21 290.89 0.51 0.57
Hex B8 59 C9 8 38 0 15 123 33 39
Octal 270 131 311 10 70 0 25 443 63 71
Binary 10111000 1011001 11001001 1000 111000 0 10101 100100011 110011 111001

Color Harmonies of #B859C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B859C9

Black with #B859C9

Text Example


Text Example

White with #B859C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B859C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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