Html Css Color HEX #B96FD8 Medium Orchid

📋 copy color: '#B96FD8'

red 185 ◦ green 111 ◦ blue 216

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

Shades of Medium Orchid #B96FD8

Tints of Medium Orchid #B96FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.19%

R = 36.13%
G = 21.68%
B = 42.19%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B96FD8 (or 0xB96FD8) is known color: Medium Orchid. HEX triplet: B9, 6F and D8. RGB value is (185,111,216). Sum of RGB (Red+Green+Blue) = 185+111+216=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #B96FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FD8 is #469027. Grayscale: #909090. Windows color (decimal): -4624424 or 14184377. OLE color: 14184377.

HSL color Cylindrical-coordinate representation of color #B96FD8: hue angle of 282.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B96FD8 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 111 216 -
CMYK 0.14 0.49 0 0.15
HSL 282.29º 0.57% 0.64% -
HSV(B) 282.29º 0.49% 0.85% -
XYZ 38.09 26.64 68.1 -
YUV 145.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 185 111 216 0.14 0.49 0 0.15 282.29 0.57 0.64
Hex B9 6F D8 E 31 0 F 11A 39 40
Octal 271 157 330 16 61 0 17 432 71 100
Binary 10111001 1101111 11011000 1110 110001 0 1111 100011010 111001 1000000

Color Harmonies of #B96FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FD8

Black with #B96FD8

Text Example


Text Example

White with #B96FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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