Html Css Color HEX #B96FDD Medium Orchid

📋 copy color: '#B96FDD'

red 185 ◦ green 111 ◦ blue 221

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

Shades of Medium Orchid #B96FDD

Tints of Medium Orchid #B96FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.47%

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 35.78%
G = 21.47%
B = 42.75%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B96FDD (or 0xB96FDD) is known color: Medium Orchid. HEX triplet: B9, 6F and DD. RGB value is (185,111,221). Sum of RGB (Red+Green+Blue) = 185+111+221=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #B96FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FDD is #469022. Grayscale: #919191. Windows color (decimal): -4624419 or 14512057. OLE color: 14512057.

HSL color Cylindrical-coordinate representation of color #B96FDD: hue angle of 280.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B96FDD is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 111 221 -
CMYK 0.16 0.50 0 0.13
HSL 280.36º 0.62% 0.65% -
HSV(B) 280.36º 0.5% 0.87% -
XYZ 38.74 26.9 71.56 -
YUV 145.67 170.52 156.06 -
System Red Green Blue C M Y K H S L
Decimal 185 111 221 0.16 0.50 0 0.13 280.36 0.62 0.65
Hex B9 6F DD 10 32 0 D 118 3E 41
Octal 271 157 335 20 62 0 15 430 76 101
Binary 10111001 1101111 11011101 10000 110010 0 1101 100011000 111110 1000001

Color Harmonies of #B96FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FDD

Black with #B96FDD

Text Example


Text Example

White with #B96FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FDD; }

 p { color: rgb(185,111,221); }

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

background-color css

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

 a { background-color: rgb(185,111,221); }

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

border-color css

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

 span { border-color: rgb(185,111,221); }

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