Html Css Color HEX #B911BD Deep Magenta

📋 copy color: '#B911BD'

red 185 ◦ green 17 ◦ blue 189

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

Shades of Deep Magenta #B911BD

Tints of Deep Magenta #B911BD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.35%

 BLUE value IS 189 (74.22% from 255) = 48.34%

R = 47.31%
G = 4.35%
B = 48.34%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B911BD (or 0xB911BD) is known color: Deep Magenta. HEX triplet: B9, 11 and BD. RGB value is (185,17,189). Sum of RGB (Red+Green+Blue) = 185+17+189=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #B911BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B911BD is #46EE42. Grayscale: #565656. Windows color (decimal): -4648515 or 12390841. OLE color: 12390841.

HSL color Cylindrical-coordinate representation of color #B911BD: hue angle of 298.6º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B911BD is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 17 189 -
CMYK 0.02 0.91 0 0.26
HSL 298.6º 0.83% 0.4% -
HSV(B) 298.6º 0.91% 0.74% -
XYZ 29.39 14.39 49.37 -
YUV 86.84 185.66 198.01 -
System Red Green Blue C M Y K H S L
Decimal 185 17 189 0.02 0.91 0 0.26 298.6 0.83 0.4
Hex B9 11 BD 2 5B 0 1A 12B 53 28
Octal 271 21 275 2 133 0 32 453 123 50
Binary 10111001 10001 10111101 10 1011011 0 11010 100101011 1010011 101000

Color Harmonies of #B911BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B911BD

Black with #B911BD

Text Example


Text Example

White with #B911BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B911BD; }

 p { color: rgb(185,17,189); }

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

background-color css

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

 a { background-color: rgb(185,17,189); }

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

border-color css

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

 span { border-color: rgb(185,17,189); }

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