Html Css Color HEX #B96FD0 Medium Orchid

📋 copy color: '#B96FD0'

red 185 ◦ green 111 ◦ blue 208

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

Shades of Medium Orchid #B96FD0

Tints of Medium Orchid #B96FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.27%

R = 36.71%
G = 22.02%
B = 41.27%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B96FD0 (or 0xB96FD0) is known color: Medium Orchid. HEX triplet: B9, 6F and D0. RGB value is (185,111,208). Sum of RGB (Red+Green+Blue) = 185+111+208=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #B96FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FD0 is #46902F. Grayscale: #8F8F8F. Windows color (decimal): -4624432 or 13660089. OLE color: 13660089.

HSL color Cylindrical-coordinate representation of color #B96FD0: hue angle of 285.77º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96FD0 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 111 208 -
CMYK 0.11 0.47 0 0.18
HSL 285.77º 0.51% 0.63% -
HSV(B) 285.77º 0.47% 0.82% -
XYZ 37.08 26.24 62.78 -
YUV 144.18 164.02 157.11 -
System Red Green Blue C M Y K H S L
Decimal 185 111 208 0.11 0.47 0 0.18 285.77 0.51 0.63
Hex B9 6F D0 B 2F 0 12 11E 33 3F
Octal 271 157 320 13 57 0 22 436 63 77
Binary 10111001 1101111 11010000 1011 101111 0 10010 100011110 110011 111111

Color Harmonies of #B96FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FD0

Black with #B96FD0

Text Example


Text Example

White with #B96FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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