Html Css Color HEX #B915BB Deep Magenta

📋 copy color: '#B915BB'

red 185 ◦ green 21 ◦ blue 187

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

Shades of Deep Magenta #B915BB

Tints of Deep Magenta #B915BB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.34%

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 47.07%
G = 5.34%
B = 47.58%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B915BB (or 0xB915BB) is known color: Deep Magenta. HEX triplet: B9, 15 and BB. RGB value is (185,21,187). Sum of RGB (Red+Green+Blue) = 185+21+187=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #B915BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B915BB is #46EA44. Grayscale: #585858. Windows color (decimal): -4647493 or 12260793. OLE color: 12260793.

HSL color Cylindrical-coordinate representation of color #B915BB: hue angle of 299.28º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B915BB is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 21 187 -
CMYK 0.01 0.89 0 0.27
HSL 299.28º 0.8% 0.41% -
HSV(B) 299.28º 0.89% 0.73% -
XYZ 29.25 14.44 48.26 -
YUV 88.96 183.33 196.5 -
System Red Green Blue C M Y K H S L
Decimal 185 21 187 0.01 0.89 0 0.27 299.28 0.8 0.41
Hex B9 15 BB 1 59 0 1B 12B 50 29
Octal 271 25 273 1 131 0 33 453 120 51
Binary 10111001 10101 10111011 1 1011001 0 11011 100101011 1010000 101001

Color Harmonies of #B915BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B915BB

Black with #B915BB

Text Example


Text Example

White with #B915BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B915BB; }

 p { color: rgb(185,21,187); }

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

background-color css

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

 a { background-color: rgb(185,21,187); }

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

border-color css

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

 span { border-color: rgb(185,21,187); }

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