Html Css Color HEX #B86AE0 Medium Orchid

📋 copy color: '#B86AE0'

red 184 ◦ green 106 ◦ blue 224

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

Shades of Medium Orchid #B86AE0

Tints of Medium Orchid #B86AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.58%

R = 35.8%
G = 20.62%
B = 43.58%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B86AE0 (or 0xB86AE0) is known color: Medium Orchid. HEX triplet: B8, 6A and E0. RGB value is (184,106,224). Sum of RGB (Red+Green+Blue) = 184+106+224=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #B86AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86AE0 is #47951F. Grayscale: #8E8E8E. Windows color (decimal): -4691232 or 14707384. OLE color: 14707384.

HSL color Cylindrical-coordinate representation of color #B86AE0: hue angle of 279.66º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B86AE0 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 106 224 -
CMYK 0.18 0.53 0 0.12
HSL 279.66º 0.66% 0.65% -
HSV(B) 279.66º 0.53% 0.88% -
XYZ 38.38 25.88 73.49 -
YUV 142.77 173.84 157.41 -
System Red Green Blue C M Y K H S L
Decimal 184 106 224 0.18 0.53 0 0.12 279.66 0.66 0.65
Hex B8 6A E0 12 35 0 C 118 42 41
Octal 270 152 340 22 65 0 14 430 102 101
Binary 10111000 1101010 11100000 10010 110101 0 1100 100011000 1000010 1000001

Color Harmonies of #B86AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86AE0

Black with #B86AE0

Text Example


Text Example

White with #B86AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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