Html Css Color HEX #BF03AB Deep Magenta

📋 copy color: '#BF03AB'

red 191 ◦ green 3 ◦ blue 171

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

Shades of Deep Magenta #BF03AB

Tints of Deep Magenta #BF03AB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 171 (67.19% from 255) = 46.85%

R = 52.33%
G = 0.82%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF03AB (or 0xBF03AB) is known color: Deep Magenta. HEX triplet: BF, 03 and AB. RGB value is (191,3,171). Sum of RGB (Red+Green+Blue) = 191+3+171=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF03AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF03AB is #40FC54. Grayscale: #4D4D4D. Windows color (decimal): -4258901 or 11207615. OLE color: 11207615.

HSL color Cylindrical-coordinate representation of color #BF03AB: hue angle of 306.38º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF03AB is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 3 171 -
CMYK 0 0.98 0.10 0.25
HSL 306.38º 0.97% 0.38% -
HSV(B) 306.38º 0.98% 0.75% -
XYZ 28.87 14.08 39.72 -
YUV 78.36 180.28 208.34 -
System Red Green Blue C M Y K H S L
Decimal 191 3 171 0 0.98 0.10 0.25 306.38 0.97 0.38
Hex BF 3 AB 0 62 A 19 132 61 26
Octal 277 3 253 0 142 12 31 462 141 46
Binary 10111111 11 10101011 0 1100010 1010 11001 100110010 1100001 100110

Color Harmonies of #BF03AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF03AB

Black with #BF03AB

Text Example


Text Example

White with #BF03AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF03AB; }

 p { color: rgb(191,3,171); }

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

background-color css

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

 a { background-color: rgb(191,3,171); }

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

border-color css

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

 span { border-color: rgb(191,3,171); }

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