Html Css Color HEX #B86CDD Medium Orchid

📋 copy color: '#B86CDD'

red 184 ◦ green 108 ◦ blue 221

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

Shades of Medium Orchid #B86CDD

Tints of Medium Orchid #B86CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.05%

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

R = 35.87%
G = 21.05%
B = 43.08%

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

#B86CDD (or 0xB86CDD) is known color: Medium Orchid. HEX triplet: B8, 6C and DD. RGB value is (184,108,221). Sum of RGB (Red+Green+Blue) = 184+108+221=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #B86CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CDD is #479322. Grayscale: #8F8F8F. Windows color (decimal): -4690723 or 14511288. OLE color: 14511288.

HSL color Cylindrical-coordinate representation of color #B86CDD: hue angle of 280.35º 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 #B86CDD is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 108 221 -
CMYK 0.17 0.51 0 0.13
HSL 280.35º 0.62% 0.65% -
HSV(B) 280.35º 0.51% 0.87% -
XYZ 38.18 26.14 71.44 -
YUV 143.61 171.68 156.81 -
System Red Green Blue C M Y K H S L
Decimal 184 108 221 0.17 0.51 0 0.13 280.35 0.62 0.65
Hex B8 6C DD 11 33 0 D 118 3E 41
Octal 270 154 335 21 63 0 15 430 76 101
Binary 10111000 1101100 11011101 10001 110011 0 1101 100011000 111110 1000001

Color Harmonies of #B86CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86CDD

Black with #B86CDD

Text Example


Text Example

White with #B86CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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