Html Css Color HEX #B86BDD Medium Orchid

📋 copy color: '#B86BDD'

red 184 ◦ green 107 ◦ blue 221

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

Shades of Medium Orchid #B86BDD

Tints of Medium Orchid #B86BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

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

R = 35.94%
G = 20.9%
B = 43.16%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B86BDD (or 0xB86BDD) is known color: Medium Orchid. HEX triplet: B8, 6B and DD. RGB value is (184,107,221). Sum of RGB (Red+Green+Blue) = 184+107+221=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #B86BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BDD is #479422. Grayscale: #8E8E8E. Windows color (decimal): -4690979 or 14511032. OLE color: 14511032.

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

Color convert

RGB 184 107 221 -
CMYK 0.17 0.52 0 0.13
HSL 280.53º 0.63% 0.64% -
HSV(B) 280.53º 0.52% 0.87% -
XYZ 38.08 25.93 71.4 -
YUV 143.02 172.01 157.23 -
System Red Green Blue C M Y K H S L
Decimal 184 107 221 0.17 0.52 0 0.13 280.53 0.63 0.64
Hex B8 6B DD 11 34 0 D 119 3F 40
Octal 270 153 335 21 64 0 15 431 77 100
Binary 10111000 1101011 11011101 10001 110100 0 1101 100011001 111111 1000000

Color Harmonies of #B86BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86BDD

Black with #B86BDD

Text Example


Text Example

White with #B86BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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