Html Css Color HEX #B86DDF Medium Orchid

📋 copy color: '#B86DDF'

red 184 ◦ green 109 ◦ blue 223

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

Shades of Medium Orchid #B86DDF

Tints of Medium Orchid #B86DDF

RGB

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

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

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

R = 35.66%
G = 21.12%
B = 43.22%

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

#B86DDF (or 0xB86DDF) is known color: Medium Orchid. HEX triplet: B8, 6D and DF. RGB value is (184,109,223). Sum of RGB (Red+Green+Blue) = 184+109+223=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #B86DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86DDF is #479220. Grayscale: #909090. Windows color (decimal): -4690465 or 14642616. OLE color: 14642616.

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

Color convert

RGB 184 109 223 -
CMYK 0.17 0.51 0 0.13
HSL 279.47º 0.64% 0.65% -
HSV(B) 279.47º 0.51% 0.87% -
XYZ 38.56 26.46 72.89 -
YUV 144.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 184 109 223 0.17 0.51 0 0.13 279.47 0.64 0.65
Hex B8 6D DF 11 33 0 D 117 40 41
Octal 270 155 337 21 63 0 15 427 100 101
Binary 10111000 1101101 11011111 10001 110011 0 1101 100010111 1000000 1000001

Color Harmonies of #B86DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86DDF

Black with #B86DDF

Text Example


Text Example

White with #B86DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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