Html Css Color HEX #B96FDF Medium Orchid

📋 copy color: '#B96FDF'

red 185 ◦ green 111 ◦ blue 223

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

Shades of Medium Orchid #B96FDF

Tints of Medium Orchid #B96FDF

RGB

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

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

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

R = 35.65%
G = 21.39%
B = 42.97%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B96FDF (or 0xB96FDF) is known color: Medium Orchid. HEX triplet: B9, 6F and DF. RGB value is (185,111,223). Sum of RGB (Red+Green+Blue) = 185+111+223=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #B96FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FDF is #469020. Grayscale: #919191. Windows color (decimal): -4624417 or 14643129. OLE color: 14643129.

HSL color Cylindrical-coordinate representation of color #B96FDF: hue angle of 279.64º degrees, saturation: 0.64, 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 #B96FDF is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 111 223 -
CMYK 0.17 0.50 0 0.13
HSL 279.64º 0.64% 0.65% -
HSV(B) 279.64º 0.5% 0.87% -
XYZ 39.01 27.01 72.97 -
YUV 145.89 171.52 155.89 -
System Red Green Blue C M Y K H S L
Decimal 185 111 223 0.17 0.50 0 0.13 279.64 0.64 0.65
Hex B9 6F DF 11 32 0 D 118 40 41
Octal 271 157 337 21 62 0 15 430 100 101
Binary 10111001 1101111 11011111 10001 110010 0 1101 100011000 1000000 1000001

Color Harmonies of #B96FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FDF

Black with #B96FDF

Text Example


Text Example

White with #B96FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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