Html Css Color HEX #B86DED Medium Orchid

📋 copy color: '#B86DED'

red 184 ◦ green 109 ◦ blue 237

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

Shades of Medium Orchid #B86DED

Tints of Medium Orchid #B86DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 34.72%
G = 20.57%
B = 44.72%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B86DED (or 0xB86DED) is known color: Medium Orchid. HEX triplet: B8, 6D and ED. RGB value is (184,109,237). Sum of RGB (Red+Green+Blue) = 184+109+237=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #B86DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86DED is #479212. Grayscale: #919191. Windows color (decimal): -4690451 or 15560120. OLE color: 15560120.

HSL color Cylindrical-coordinate representation of color #B86DED: hue angle of 275.16º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86DED is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 109 237 -
CMYK 0.22 0.54 0 0.07
HSL 275.16º 0.78% 0.68% -
HSV(B) 275.16º 0.54% 0.93% -
XYZ 40.52 27.24 83.24 -
YUV 146.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 184 109 237 0.22 0.54 0 0.07 275.16 0.78 0.68
Hex B8 6D ED 16 36 0 7 113 4E 44
Octal 270 155 355 26 66 0 7 423 116 104
Binary 10111000 1101101 11101101 10110 110110 0 111 100010011 1001110 1000100

Color Harmonies of #B86DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86DED

Black with #B86DED

Text Example


Text Example

White with #B86DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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