Html Css Color HEX #B86AE5 Medium Orchid

📋 copy color: '#B86AE5'

red 184 ◦ green 106 ◦ blue 229

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

Shades of Medium Orchid #B86AE5

Tints of Medium Orchid #B86AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.12%

R = 35.45%
G = 20.42%
B = 44.12%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B86AE5 (or 0xB86AE5) is known color: Medium Orchid. HEX triplet: B8, 6A and E5. RGB value is (184,106,229). Sum of RGB (Red+Green+Blue) = 184+106+229=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #B86AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86AE5 is #47951A. Grayscale: #8E8E8E. Windows color (decimal): -4691227 or 15035064. OLE color: 15035064.

HSL color Cylindrical-coordinate representation of color #B86AE5: hue angle of 278.05º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86AE5 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 106 229 -
CMYK 0.20 0.54 0 0.10
HSL 278.05º 0.7% 0.66% -
HSV(B) 278.05º 0.54% 0.9% -
XYZ 39.06 26.16 77.12 -
YUV 143.34 176.34 157 -
System Red Green Blue C M Y K H S L
Decimal 184 106 229 0.20 0.54 0 0.10 278.05 0.7 0.66
Hex B8 6A E5 14 36 0 A 116 46 42
Octal 270 152 345 24 66 0 12 426 106 102
Binary 10111000 1101010 11100101 10100 110110 0 1010 100010110 1000110 1000010

Color Harmonies of #B86AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86AE5

Black with #B86AE5

Text Example


Text Example

White with #B86AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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