Html Css Color HEX #B96ADC Medium Orchid

📋 copy color: '#B96ADC'

red 185 ◦ green 106 ◦ blue 220

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

Shades of Medium Orchid #B96ADC

Tints of Medium Orchid #B96ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 36.2%
G = 20.74%
B = 43.05%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B96ADC (or 0xB96ADC) is known color: Medium Orchid. HEX triplet: B9, 6A and DC. RGB value is (185,106,220). Sum of RGB (Red+Green+Blue) = 185+106+220=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #B96ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ADC is #469523. Grayscale: #8E8E8E. Windows color (decimal): -4625700 or 14445241. OLE color: 14445241.

HSL color Cylindrical-coordinate representation of color #B96ADC: hue angle of 281.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B96ADC is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 106 220 -
CMYK 0.16 0.52 0 0.14
HSL 281.58º 0.62% 0.64% -
HSV(B) 281.58º 0.52% 0.86% -
XYZ 38.08 25.79 70.68 -
YUV 142.62 171.67 158.23 -
System Red Green Blue C M Y K H S L
Decimal 185 106 220 0.16 0.52 0 0.14 281.58 0.62 0.64
Hex B9 6A DC 10 34 0 E 11A 3E 40
Octal 271 152 334 20 64 0 16 432 76 100
Binary 10111001 1101010 11011100 10000 110100 0 1110 100011010 111110 1000000

Color Harmonies of #B96ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96ADC

Black with #B96ADC

Text Example


Text Example

White with #B96ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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