Html Css Color HEX #B86BDC Medium Orchid

📋 copy color: '#B86BDC'

red 184 ◦ green 107 ◦ blue 220

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

Shades of Medium Orchid #B86BDC

Tints of Medium Orchid #B86BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 36.01%
G = 20.94%
B = 43.05%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B86BDC (or 0xB86BDC) is known color: Medium Orchid. HEX triplet: B8, 6B and DC. RGB value is (184,107,220). Sum of RGB (Red+Green+Blue) = 184+107+220=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #B86BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BDC is #479423. Grayscale: #8E8E8E. Windows color (decimal): -4690980 or 14445496. OLE color: 14445496.

HSL color Cylindrical-coordinate representation of color #B86BDC: hue angle of 280.88º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B86BDC is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 107 220 -
CMYK 0.16 0.51 0 0.14
HSL 280.88º 0.62% 0.64% -
HSV(B) 280.88º 0.51% 0.86% -
XYZ 37.94 25.87 70.7 -
YUV 142.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 184 107 220 0.16 0.51 0 0.14 280.88 0.62 0.64
Hex B8 6B DC 10 33 0 E 119 3E 40
Octal 270 153 334 20 63 0 16 431 76 100
Binary 10111000 1101011 11011100 10000 110011 0 1110 100011001 111110 1000000

Color Harmonies of #B86BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86BDC

Black with #B86BDC

Text Example


Text Example

White with #B86BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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