Html Css Color HEX #B86BDF Medium Orchid

📋 copy color: '#B86BDF'

red 184 ◦ green 107 ◦ blue 223

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

Shades of Medium Orchid #B86BDF

Tints of Medium Orchid #B86BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 35.8%
G = 20.82%
B = 43.39%

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

#B86BDF (or 0xB86BDF) is known color: Medium Orchid. HEX triplet: B8, 6B and DF. RGB value is (184,107,223). Sum of RGB (Red+Green+Blue) = 184+107+223=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #B86BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BDF is #479420. Grayscale: #8E8E8E. Windows color (decimal): -4690977 or 14642104. OLE color: 14642104.

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

Color convert

RGB 184 107 223 -
CMYK 0.17 0.52 0 0.13
HSL 279.83º 0.64% 0.65% -
HSV(B) 279.83º 0.52% 0.87% -
XYZ 38.34 26.03 72.82 -
YUV 143.25 173.01 157.07 -
System Red Green Blue C M Y K H S L
Decimal 184 107 223 0.17 0.52 0 0.13 279.83 0.64 0.65
Hex B8 6B DF 11 34 0 D 118 40 41
Octal 270 153 337 21 64 0 15 430 100 101
Binary 10111000 1101011 11011111 10001 110100 0 1101 100011000 1000000 1000001

Color Harmonies of #B86BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86BDF

Black with #B86BDF

Text Example


Text Example

White with #B86BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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