Html Css Color HEX #BF25B0 Deep Magenta

📋 copy color: '#BF25B0'

red 191 ◦ green 37 ◦ blue 176

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

Shades of Deep Magenta #BF25B0

Tints of Deep Magenta #BF25B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.56%

R = 47.28%
G = 9.16%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF25B0 (or 0xBF25B0) is known color: Deep Magenta. HEX triplet: BF, 25 and B0. RGB value is (191,37,176). Sum of RGB (Red+Green+Blue) = 191+37+176=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF25B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF25B0 is #40DA4F. Grayscale: #626262. Windows color (decimal): -4250192 or 11543999. OLE color: 11543999.

HSL color Cylindrical-coordinate representation of color #BF25B0: hue angle of 305.84º 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 #BF25B0 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 37 176 -
CMYK 0 0.81 0.08 0.25
HSL 305.84º 0.68% 0.45% -
HSV(B) 305.84º 0.81% 0.75% -
XYZ 29.98 15.53 42.49 -
YUV 98.89 171.52 193.7 -
System Red Green Blue C M Y K H S L
Decimal 191 37 176 0 0.81 0.08 0.25 305.84 0.68 0.45
Hex BF 25 B0 0 51 8 19 132 44 2D
Octal 277 45 260 0 121 10 31 462 104 55
Binary 10111111 100101 10110000 0 1010001 1000 11001 100110010 1000100 101101

Color Harmonies of #BF25B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF25B0

Black with #BF25B0

Text Example


Text Example

White with #BF25B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF25B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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