Html Css Color HEX #B86DDD Medium Orchid

📋 copy color: '#B86DDD'

red 184 ◦ green 109 ◦ blue 221

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

Shades of Medium Orchid #B86DDD

Tints of Medium Orchid #B86DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.21%

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

R = 35.8%
G = 21.21%
B = 43%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B86DDD (or 0xB86DDD) is known color: Medium Orchid. HEX triplet: B8, 6D and DD. RGB value is (184,109,221). Sum of RGB (Red+Green+Blue) = 184+109+221=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #B86DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86DDD is #479222. Grayscale: #8F8F8F. Windows color (decimal): -4690467 or 14511544. OLE color: 14511544.

HSL color Cylindrical-coordinate representation of color #B86DDD: hue angle of 280.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B86DDD is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 109 221 -
CMYK 0.17 0.51 0 0.13
HSL 280.18º 0.62% 0.65% -
HSV(B) 280.18º 0.51% 0.87% -
XYZ 38.29 26.35 71.47 -
YUV 144.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 184 109 221 0.17 0.51 0 0.13 280.18 0.62 0.65
Hex B8 6D DD 11 33 0 D 118 3E 41
Octal 270 155 335 21 63 0 15 430 76 101
Binary 10111000 1101101 11011101 10001 110011 0 1101 100011000 111110 1000001

Color Harmonies of #B86DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86DDD

Black with #B86DDD

Text Example


Text Example

White with #B86DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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