Html Css Color HEX #B96DCD Medium Orchid

📋 copy color: '#B96DCD'

red 185 ◦ green 109 ◦ blue 205

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

Shades of Medium Orchid #B96DCD

Tints of Medium Orchid #B96DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.08%

R = 37.07%
G = 21.84%
B = 41.08%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B96DCD (or 0xB96DCD) is known color: Medium Orchid. HEX triplet: B9, 6D and CD. RGB value is (185,109,205). Sum of RGB (Red+Green+Blue) = 185+109+205=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #B96DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DCD is #469232. Grayscale: #8E8E8E. Windows color (decimal): -4624947 or 13462969. OLE color: 13462969.

HSL color Cylindrical-coordinate representation of color #B96DCD: hue angle of 287.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96DCD is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 109 205 -
CMYK 0.10 0.47 0 0.20
HSL 287.5º 0.49% 0.62% -
HSV(B) 287.5º 0.47% 0.8% -
XYZ 36.5 25.66 60.79 -
YUV 142.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 185 109 205 0.10 0.47 0 0.20 287.5 0.49 0.62
Hex B9 6D CD A 2F 0 14 120 31 3E
Octal 271 155 315 12 57 0 24 440 61 76
Binary 10111001 1101101 11001101 1010 101111 0 10100 100100000 110001 111110

Color Harmonies of #B96DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DCD

Black with #B96DCD

Text Example


Text Example

White with #B96DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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