Html Css Color HEX #BF21B2 Deep Magenta

📋 copy color: '#BF21B2'

red 191 ◦ green 33 ◦ blue 178

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

Shades of Deep Magenta #BF21B2

Tints of Deep Magenta #BF21B2

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.21%

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

R = 47.51%
G = 8.21%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF21B2 (or 0xBF21B2) is known color: Deep Magenta. HEX triplet: BF, 21 and B2. RGB value is (191,33,178). Sum of RGB (Red+Green+Blue) = 191+33+178=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF21B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF21B2 is #40DE4D. Grayscale: #606060. Windows color (decimal): -4251214 or 11674047. OLE color: 11674047.

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

Color convert

RGB 191 33 178 -
CMYK 0 0.83 0.07 0.25
HSL 304.94º 0.71% 0.44% -
HSV(B) 304.94º 0.83% 0.75% -
XYZ 30.07 15.38 43.5 -
YUV 96.77 173.85 195.21 -
System Red Green Blue C M Y K H S L
Decimal 191 33 178 0 0.83 0.07 0.25 304.94 0.71 0.44
Hex BF 21 B2 0 53 7 19 131 47 2C
Octal 277 41 262 0 123 7 31 461 107 54
Binary 10111111 100001 10110010 0 1010011 111 11001 100110001 1000111 101100

Color Harmonies of #BF21B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF21B2

Black with #BF21B2

Text Example


Text Example

White with #BF21B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF21B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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