Html Css Color HEX #B96AE0 Medium Orchid

📋 copy color: '#B96AE0'

red 185 ◦ green 106 ◦ blue 224

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

Shades of Medium Orchid #B96AE0

Tints of Medium Orchid #B96AE0

RGB

 RED value IS 185 (72.66% from 255) = 35.92%

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

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

R = 35.92%
G = 20.58%
B = 43.5%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B96AE0 (or 0xB96AE0) is known color: Medium Orchid. HEX triplet: B9, 6A and E0. RGB value is (185,106,224). Sum of RGB (Red+Green+Blue) = 185+106+224=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #B96AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96AE0 is #46951F. Grayscale: #8E8E8E. Windows color (decimal): -4625696 or 14707385. OLE color: 14707385.

HSL color Cylindrical-coordinate representation of color #B96AE0: hue angle of 280.17º 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 #B96AE0 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 106 224 -
CMYK 0.17 0.53 0 0.12
HSL 280.17º 0.66% 0.65% -
HSV(B) 280.17º 0.53% 0.88% -
XYZ 38.62 26 73.51 -
YUV 143.07 173.67 157.91 -
System Red Green Blue C M Y K H S L
Decimal 185 106 224 0.17 0.53 0 0.12 280.17 0.66 0.65
Hex B9 6A E0 11 35 0 C 118 42 41
Octal 271 152 340 21 65 0 14 430 102 101
Binary 10111001 1101010 11100000 10001 110101 0 1100 100011000 1000010 1000001

Color Harmonies of #B96AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AE0

Black with #B96AE0

Text Example


Text Example

White with #B96AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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