Html Css Color HEX #BF04BB Deep Magenta

📋 copy color: '#BF04BB'

red 191 ◦ green 4 ◦ blue 187

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

Shades of Deep Magenta #BF04BB

Tints of Deep Magenta #BF04BB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

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

R = 50%
G = 1.05%
B = 48.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF04BB (or 0xBF04BB) is known color: Deep Magenta. HEX triplet: BF, 04 and BB. RGB value is (191,4,187). Sum of RGB (Red+Green+Blue) = 191+4+187=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF04BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF04BB is #40FB44. Grayscale: #505050. Windows color (decimal): -4258629 or 12256447. OLE color: 12256447.

HSL color Cylindrical-coordinate representation of color #BF04BB: hue angle of 301.28º degrees, saturation: 0.96, 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 #BF04BB is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 4 187 -
CMYK 0 0.98 0.02 0.25
HSL 301.28º 0.96% 0.38% -
HSV(B) 301.28º 0.98% 0.75% -
XYZ 30.5 14.75 48.25 -
YUV 80.78 187.95 206.62 -
System Red Green Blue C M Y K H S L
Decimal 191 4 187 0 0.98 0.02 0.25 301.28 0.96 0.38
Hex BF 4 BB 0 62 2 19 12D 60 26
Octal 277 4 273 0 142 2 31 455 140 46
Binary 10111111 100 10111011 0 1100010 10 11001 100101101 1100000 100110

Color Harmonies of #BF04BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF04BB

Black with #BF04BB

Text Example


Text Example

White with #BF04BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF04BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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