Html Css Color HEX #BF13B2 Deep Magenta

📋 copy color: '#BF13B2'

red 191 ◦ green 19 ◦ blue 178

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

Shades of Deep Magenta #BF13B2

Tints of Deep Magenta #BF13B2

RGB

 RED value IS 191 (75% from 255) = 49.23%

 GREEN value IS 19 (7.81% from 255) = 4.9%

 BLUE value IS 178 (69.92% from 255) = 45.88%

R = 49.23%
G = 4.9%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF13B2 (or 0xBF13B2) is known color: Deep Magenta. HEX triplet: BF, 13 and B2. RGB value is (191,19,178). Sum of RGB (Red+Green+Blue) = 191+19+178=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF13B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF13B2 is #40EC4D. Grayscale: #585858. Windows color (decimal): -4254798 or 11670463. OLE color: 11670463.

HSL color Cylindrical-coordinate representation of color #BF13B2: hue angle of 304.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF13B2 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 178 -
CMYK 0 0.90 0.07 0.25
HSL 304.53º 0.82% 0.41% -
HSV(B) 304.53º 0.9% 0.75% -
XYZ 29.75 14.76 43.4 -
YUV 88.55 178.48 201.07 -
System Red Green Blue C M Y K H S L
Decimal 191 19 178 0 0.90 0.07 0.25 304.53 0.82 0.41
Hex BF 13 B2 0 5A 7 19 131 52 29
Octal 277 23 262 0 132 7 31 461 122 51
Binary 10111111 10011 10110010 0 1011010 111 11001 100110001 1010010 101001

Color Harmonies of #BF13B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF13B2

Black with #BF13B2

Text Example


Text Example

White with #BF13B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF13B2; }

 p { color: rgb(191,19,178); }

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

background-color css

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

 a { background-color: rgb(191,19,178); }

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

border-color css

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

 span { border-color: rgb(191,19,178); }

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