Html Css Color HEX #B859D0 Medium Orchid

📋 copy color: '#B859D0'

red 184 ◦ green 89 ◦ blue 208

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

Shades of Medium Orchid #B859D0

Tints of Medium Orchid #B859D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 38.25%
G = 18.5%
B = 43.24%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B859D0 (or 0xB859D0) is known color: Medium Orchid. HEX triplet: B8, 59 and D0. RGB value is (184,89,208). Sum of RGB (Red+Green+Blue) = 184+89+208=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #B859D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859D0 is #47A62F. Grayscale: #828282. Windows color (decimal): -4695600 or 13654456. OLE color: 13654456.

HSL color Cylindrical-coordinate representation of color #B859D0: hue angle of 287.9º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B859D0 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 89 208 -
CMYK 0.12 0.57 0 0.18
HSL 287.9º 0.56% 0.58% -
HSV(B) 287.9º 0.57% 0.82% -
XYZ 34.72 21.89 62.07 -
YUV 130.97 171.47 165.82 -
System Red Green Blue C M Y K H S L
Decimal 184 89 208 0.12 0.57 0 0.18 287.9 0.56 0.58
Hex B8 59 D0 C 39 0 12 120 38 3A
Octal 270 131 320 14 71 0 22 440 70 72
Binary 10111000 1011001 11010000 1100 111001 0 10010 100100000 111000 111010

Color Harmonies of #B859D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B859D0

Black with #B859D0

Text Example


Text Example

White with #B859D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B859D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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