Html Css Color HEX #B859DD Medium Orchid

📋 copy color: '#B859DD'

red 184 ◦ green 89 ◦ blue 221

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

Shades of Medium Orchid #B859DD

Tints of Medium Orchid #B859DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 37.25%
G = 18.02%
B = 44.74%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B859DD (or 0xB859DD) is known color: Medium Orchid. HEX triplet: B8, 59 and DD. RGB value is (184,89,221). Sum of RGB (Red+Green+Blue) = 184+89+221=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #B859DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859DD is #47A622. Grayscale: #848484. Windows color (decimal): -4695587 or 14506424. OLE color: 14506424.

HSL color Cylindrical-coordinate representation of color #B859DD: hue angle of 283.18º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B859DD is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 89 221 -
CMYK 0.17 0.60 0 0.13
HSL 283.18º 0.66% 0.61% -
HSV(B) 283.18º 0.6% 0.87% -
XYZ 36.39 22.56 70.84 -
YUV 132.45 177.97 164.77 -
System Red Green Blue C M Y K H S L
Decimal 184 89 221 0.17 0.60 0 0.13 283.18 0.66 0.61
Hex B8 59 DD 11 3C 0 D 11B 42 3D
Octal 270 131 335 21 74 0 15 433 102 75
Binary 10111000 1011001 11011101 10001 111100 0 1101 100011011 1000010 111101

Color Harmonies of #B859DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B859DD

Black with #B859DD

Text Example


Text Example

White with #B859DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B859DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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