Html Css Color HEX #B96ADF Medium Orchid

📋 copy color: '#B96ADF'

red 185 ◦ green 106 ◦ blue 223

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

Shades of Medium Orchid #B96ADF

Tints of Medium Orchid #B96ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 35.99%
G = 20.62%
B = 43.39%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B96ADF (or 0xB96ADF) is known color: Medium Orchid. HEX triplet: B9, 6A and DF. RGB value is (185,106,223). Sum of RGB (Red+Green+Blue) = 185+106+223=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #B96ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ADF is #469520. Grayscale: #8E8E8E. Windows color (decimal): -4625697 or 14641849. OLE color: 14641849.

HSL color Cylindrical-coordinate representation of color #B96ADF: hue angle of 280.51º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B96ADF is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 106 223 -
CMYK 0.17 0.52 0 0.13
HSL 280.51º 0.65% 0.65% -
HSV(B) 280.51º 0.52% 0.87% -
XYZ 38.48 25.95 72.79 -
YUV 142.96 173.17 157.99 -
System Red Green Blue C M Y K H S L
Decimal 185 106 223 0.17 0.52 0 0.13 280.51 0.65 0.65
Hex B9 6A DF 11 34 0 D 119 41 41
Octal 271 152 337 21 64 0 15 431 101 101
Binary 10111001 1101010 11011111 10001 110100 0 1101 100011001 1000001 1000001

Color Harmonies of #B96ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96ADF

Black with #B96ADF

Text Example


Text Example

White with #B96ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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