Html Css Color HEX #BF0ABB Deep Magenta

📋 copy color: '#BF0ABB'

red 191 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #BF0ABB

Tints of Deep Magenta #BF0ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.58%

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

R = 49.23%
G = 2.58%
B = 48.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF0ABB (or 0xBF0ABB) is known color: Deep Magenta. HEX triplet: BF, 0A and BB. RGB value is (191,10,187). Sum of RGB (Red+Green+Blue) = 191+10+187=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0ABB is #40F544. Grayscale: #535353. Windows color (decimal): -4257093 or 12257983. OLE color: 12257983.

HSL color Cylindrical-coordinate representation of color #BF0ABB: hue angle of 301.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0ABB is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 10 187 -
CMYK 0 0.95 0.02 0.25
HSL 301.33º 0.9% 0.39% -
HSV(B) 301.33º 0.95% 0.75% -
XYZ 30.56 14.88 48.28 -
YUV 84.3 185.97 204.11 -
System Red Green Blue C M Y K H S L
Decimal 191 10 187 0 0.95 0.02 0.25 301.33 0.9 0.39
Hex BF A BB 0 5F 2 19 12D 5A 27
Octal 277 12 273 0 137 2 31 455 132 47
Binary 10111111 1010 10111011 0 1011111 10 11001 100101101 1011010 100111

Color Harmonies of #BF0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0ABB

Black with #BF0ABB

Text Example


Text Example

White with #BF0ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0ABB; }

 p { color: rgb(191,10,187); }

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

background-color css

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

 a { background-color: rgb(191,10,187); }

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

border-color css

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

 span { border-color: rgb(191,10,187); }

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