Html Css Color HEX #B96DD0 Medium Orchid

📋 copy color: '#B96DD0'

red 185 ◦ green 109 ◦ blue 208

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

Shades of Medium Orchid #B96DD0

Tints of Medium Orchid #B96DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.43%

R = 36.85%
G = 21.71%
B = 41.43%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B96DD0 (or 0xB96DD0) is known color: Medium Orchid. HEX triplet: B9, 6D and D0. RGB value is (185,109,208). Sum of RGB (Red+Green+Blue) = 185+109+208=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #B96DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DD0 is #46922F. Grayscale: #8E8E8E. Windows color (decimal): -4624944 or 13659577. OLE color: 13659577.

HSL color Cylindrical-coordinate representation of color #B96DD0: hue angle of 286.06º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B96DD0 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 109 208 -
CMYK 0.11 0.48 0 0.18
HSL 286.06º 0.51% 0.62% -
HSV(B) 286.06º 0.48% 0.82% -
XYZ 36.86 25.81 62.71 -
YUV 143.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 185 109 208 0.11 0.48 0 0.18 286.06 0.51 0.62
Hex B9 6D D0 B 30 0 12 11E 33 3E
Octal 271 155 320 13 60 0 22 436 63 76
Binary 10111001 1101101 11010000 1011 110000 0 10010 100011110 110011 111110

Color Harmonies of #B96DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DD0

Black with #B96DD0

Text Example


Text Example

White with #B96DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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