Html Css Color HEX #BF25B2 Deep Magenta

📋 copy color: '#BF25B2'

red 191 ◦ green 37 ◦ blue 178

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

Shades of Deep Magenta #BF25B2

Tints of Deep Magenta #BF25B2

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.11%

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

R = 47.04%
G = 9.11%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF25B2 (or 0xBF25B2) is known color: Deep Magenta. HEX triplet: BF, 25 and B2. RGB value is (191,37,178). Sum of RGB (Red+Green+Blue) = 191+37+178=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF25B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF25B2 is #40DA4D. Grayscale: #626262. Windows color (decimal): -4250190 or 11675071. OLE color: 11675071.

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

Color convert

RGB 191 37 178 -
CMYK 0 0.81 0.07 0.25
HSL 305.06º 0.68% 0.45% -
HSV(B) 305.06º 0.81% 0.75% -
XYZ 30.18 15.61 43.54 -
YUV 99.12 172.52 193.54 -
System Red Green Blue C M Y K H S L
Decimal 191 37 178 0 0.81 0.07 0.25 305.06 0.68 0.45
Hex BF 25 B2 0 51 7 19 131 44 2D
Octal 277 45 262 0 121 7 31 461 104 55
Binary 10111111 100101 10110010 0 1010001 111 11001 100110001 1000100 101101

Color Harmonies of #BF25B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF25B2

Black with #BF25B2

Text Example


Text Example

White with #BF25B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF25B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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