Html Css Color HEX #B96DDA Medium Orchid

📋 copy color: '#B96DDA'

red 185 ◦ green 109 ◦ blue 218

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

Shades of Medium Orchid #B96DDA

Tints of Medium Orchid #B96DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.29%

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

R = 36.13%
G = 21.29%
B = 42.58%

CMYK

 C value IS 0.15

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B96DDA (or 0xB96DDA) is known color: Medium Orchid. HEX triplet: B9, 6D and DA. RGB value is (185,109,218). Sum of RGB (Red+Green+Blue) = 185+109+218=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #B96DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DDA is #469225. Grayscale: #8F8F8F. Windows color (decimal): -4624934 or 14314937. OLE color: 14314937.

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

Color convert

RGB 185 109 218 -
CMYK 0.15 0.5 0 0.15
HSL 281.83º 0.6% 0.64% -
HSV(B) 281.83º 0.5% 0.85% -
XYZ 38.13 26.31 69.4 -
YUV 144.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 185 109 218 0.15 0.5 0 0.15 281.83 0.6 0.64
Hex B9 6D DA F 32 0 F 11A 3C 40
Octal 271 155 332 17 62 0 17 432 74 100
Binary 10111001 1101101 11011010 1111 110010 0 1111 100011010 111100 1000000

Color Harmonies of #B96DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DDA

Black with #B96DDA

Text Example


Text Example

White with #B96DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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