Html Css Color HEX #B96ADA Medium Orchid

📋 copy color: '#B96ADA'

red 185 ◦ green 106 ◦ blue 218

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

Shades of Medium Orchid #B96ADA

Tints of Medium Orchid #B96ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 36.35%
G = 20.83%
B = 42.83%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B96ADA (or 0xB96ADA) is known color: Medium Orchid. HEX triplet: B9, 6A and DA. RGB value is (185,106,218). Sum of RGB (Red+Green+Blue) = 185+106+218=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #B96ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ADA is #469525. Grayscale: #8E8E8E. Windows color (decimal): -4625702 or 14314169. OLE color: 14314169.

HSL color Cylindrical-coordinate representation of color #B96ADA: hue angle of 282.32º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B96ADA is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 106 218 -
CMYK 0.15 0.51 0 0.15
HSL 282.32º 0.6% 0.64% -
HSV(B) 282.32º 0.51% 0.85% -
XYZ 37.82 25.68 69.29 -
YUV 142.39 170.67 158.39 -
System Red Green Blue C M Y K H S L
Decimal 185 106 218 0.15 0.51 0 0.15 282.32 0.6 0.64
Hex B9 6A DA F 33 0 F 11A 3C 40
Octal 271 152 332 17 63 0 17 432 74 100
Binary 10111001 1101010 11011010 1111 110011 0 1111 100011010 111100 1000000

Color Harmonies of #B96ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96ADA

Black with #B96ADA

Text Example


Text Example

White with #B96ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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