Html Css Color HEX #B86DEF Medium Orchid

📋 copy color: '#B86DEF'

red 184 ◦ green 109 ◦ blue 239

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

Shades of Medium Orchid #B86DEF

Tints of Medium Orchid #B86DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 34.59%
G = 20.49%
B = 44.92%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B86DEF (or 0xB86DEF) is known color: Medium Orchid. HEX triplet: B8, 6D and EF. RGB value is (184,109,239). Sum of RGB (Red+Green+Blue) = 184+109+239=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #B86DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86DEF is #479210. Grayscale: #919191. Windows color (decimal): -4690449 or 15691192. OLE color: 15691192.

HSL color Cylindrical-coordinate representation of color #B86DEF: hue angle of 274.62º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86DEF is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 109 239 -
CMYK 0.23 0.54 0 0.06
HSL 274.62º 0.8% 0.68% -
HSV(B) 274.62º 0.54% 0.94% -
XYZ 40.82 27.36 84.79 -
YUV 146.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 184 109 239 0.23 0.54 0 0.06 274.62 0.8 0.68
Hex B8 6D EF 17 36 0 6 113 50 44
Octal 270 155 357 27 66 0 6 423 120 104
Binary 10111000 1101101 11101111 10111 110110 0 110 100010011 1010000 1000100

Color Harmonies of #B86DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86DEF

Black with #B86DEF

Text Example


Text Example

White with #B86DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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