Html Css Color HEX #BF06B2 Deep Magenta

📋 copy color: '#BF06B2'

red 191 ◦ green 6 ◦ blue 178

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

Shades of Deep Magenta #BF06B2

Tints of Deep Magenta #BF06B2

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.6%

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

R = 50.93%
G = 1.6%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF06B2 (or 0xBF06B2) is known color: Deep Magenta. HEX triplet: BF, 06 and B2. RGB value is (191,6,178). Sum of RGB (Red+Green+Blue) = 191+6+178=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF06B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF06B2 is #40F94D. Grayscale: #505050. Windows color (decimal): -4258126 or 11667135. OLE color: 11667135.

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

Color convert

RGB 191 6 178 -
CMYK 0 0.97 0.07 0.25
HSL 304.22º 0.94% 0.39% -
HSV(B) 304.22º 0.97% 0.75% -
XYZ 29.59 14.42 43.34 -
YUV 80.92 182.79 206.51 -
System Red Green Blue C M Y K H S L
Decimal 191 6 178 0 0.97 0.07 0.25 304.22 0.94 0.39
Hex BF 6 B2 0 61 7 19 130 5E 27
Octal 277 6 262 0 141 7 31 460 136 47
Binary 10111111 110 10110010 0 1100001 111 11001 100110000 1011110 100111

Color Harmonies of #BF06B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF06B2

Black with #BF06B2

Text Example


Text Example

White with #BF06B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF06B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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