Html Css Color HEX #B96FDE Medium Orchid

📋 copy color: '#B96FDE'

red 185 ◦ green 111 ◦ blue 222

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

Shades of Medium Orchid #B96FDE

Tints of Medium Orchid #B96FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 35.71%
G = 21.43%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B96FDE (or 0xB96FDE) is known color: Medium Orchid. HEX triplet: B9, 6F and DE. RGB value is (185,111,222). Sum of RGB (Red+Green+Blue) = 185+111+222=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #B96FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FDE is #469021. Grayscale: #919191. Windows color (decimal): -4624418 or 14577593. OLE color: 14577593.

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

Color convert

RGB 185 111 222 -
CMYK 0.17 0.5 0 0.13
HSL 280º 0.63% 0.65% -
HSV(B) 280º 0.5% 0.87% -
XYZ 38.88 26.96 72.26 -
YUV 145.78 171.02 155.97 -
System Red Green Blue C M Y K H S L
Decimal 185 111 222 0.17 0.5 0 0.13 280 0.63 0.65
Hex B9 6F DE 11 32 0 D 118 3F 41
Octal 271 157 336 21 62 0 15 430 77 101
Binary 10111001 1101111 11011110 10001 110010 0 1101 100011000 111111 1000001

Color Harmonies of #B96FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FDE

Black with #B96FDE

Text Example


Text Example

White with #B96FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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