Html Css Color HEX #B86AEF Medium Orchid

📋 copy color: '#B86AEF'

red 184 ◦ green 106 ◦ blue 239

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

Shades of Medium Orchid #B86AEF

Tints of Medium Orchid #B86AEF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.04%

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

R = 34.78%
G = 20.04%
B = 45.18%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B86AEF (or 0xB86AEF) is known color: Medium Orchid. HEX triplet: B8, 6A and EF. RGB value is (184,106,239). Sum of RGB (Red+Green+Blue) = 184+106+239=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #B86AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86AEF is #479510. Grayscale: #909090. Windows color (decimal): -4691217 or 15690424. OLE color: 15690424.

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

Color convert

RGB 184 106 239 -
CMYK 0.23 0.56 0 0.06
HSL 275.19º 0.81% 0.68% -
HSV(B) 275.19º 0.56% 0.94% -
XYZ 40.5 26.73 84.69 -
YUV 144.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 184 106 239 0.23 0.56 0 0.06 275.19 0.81 0.68
Hex B8 6A EF 17 38 0 6 113 51 44
Octal 270 152 357 27 70 0 6 423 121 104
Binary 10111000 1101010 11101111 10111 111000 0 110 100010011 1010001 1000100

Color Harmonies of #B86AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86AEF

Black with #B86AEF

Text Example


Text Example

White with #B86AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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