Html Css Color HEX #B96DCA Medium Orchid

📋 copy color: '#B96DCA'

red 185 ◦ green 109 ◦ blue 202

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

Shades of Medium Orchid #B96DCA

Tints of Medium Orchid #B96DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 37.3%
G = 21.98%
B = 40.73%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B96DCA (or 0xB96DCA) is known color: Medium Orchid. HEX triplet: B9, 6D and CA. RGB value is (185,109,202). Sum of RGB (Red+Green+Blue) = 185+109+202=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #B96DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DCA is #469235. Grayscale: #8E8E8E. Windows color (decimal): -4624950 or 13266361. OLE color: 13266361.

HSL color Cylindrical-coordinate representation of color #B96DCA: hue angle of 289.03º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96DCA is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 109 202 -
CMYK 0.08 0.46 0 0.21
HSL 289.03º 0.47% 0.61% -
HSV(B) 289.03º 0.46% 0.79% -
XYZ 36.14 25.52 58.9 -
YUV 142.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 185 109 202 0.08 0.46 0 0.21 289.03 0.47 0.61
Hex B9 6D CA 8 2E 0 15 121 2F 3D
Octal 271 155 312 10 56 0 25 441 57 75
Binary 10111001 1101101 11001010 1000 101110 0 10101 100100001 101111 111101

Color Harmonies of #B96DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DCA

Black with #B96DCA

Text Example


Text Example

White with #B96DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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