Html Css Color HEX #B96DDF Medium Orchid

📋 copy color: '#B96DDF'

red 185 ◦ green 109 ◦ blue 223

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

Shades of Medium Orchid #B96DDF

Tints of Medium Orchid #B96DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 35.78%
G = 21.08%
B = 43.13%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B96DDF (or 0xB96DDF) is known color: Medium Orchid. HEX triplet: B9, 6D and DF. RGB value is (185,109,223). Sum of RGB (Red+Green+Blue) = 185+109+223=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #B96DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DDF is #469220. Grayscale: #909090. Windows color (decimal): -4624929 or 14642617. OLE color: 14642617.

HSL color Cylindrical-coordinate representation of color #B96DDF: hue angle of 280º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B96DDF is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 109 223 -
CMYK 0.17 0.51 0 0.13
HSL 280º 0.64% 0.65% -
HSV(B) 280º 0.51% 0.87% -
XYZ 38.8 26.58 72.9 -
YUV 144.72 172.18 156.73 -
System Red Green Blue C M Y K H S L
Decimal 185 109 223 0.17 0.51 0 0.13 280 0.64 0.65
Hex B9 6D DF 11 33 0 D 118 40 41
Octal 271 155 337 21 63 0 15 430 100 101
Binary 10111001 1101101 11011111 10001 110011 0 1101 100011000 1000000 1000001

Color Harmonies of #B96DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DDF

Black with #B96DDF

Text Example


Text Example

White with #B96DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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