Html Css Color HEX #BF15B2 Deep Magenta

📋 copy color: '#BF15B2'

red 191 ◦ green 21 ◦ blue 178

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

Shades of Deep Magenta #BF15B2

Tints of Deep Magenta #BF15B2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.38%

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

R = 48.97%
G = 5.38%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF15B2 (or 0xBF15B2) is known color: Deep Magenta. HEX triplet: BF, 15 and B2. RGB value is (191,21,178). Sum of RGB (Red+Green+Blue) = 191+21+178=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF15B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF15B2 is #40EA4D. Grayscale: #595959. Windows color (decimal): -4254286 or 11670975. OLE color: 11670975.

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

Color convert

RGB 191 21 178 -
CMYK 0 0.89 0.07 0.25
HSL 304.59º 0.8% 0.42% -
HSV(B) 304.59º 0.89% 0.75% -
XYZ 29.79 14.83 43.41 -
YUV 89.73 177.82 200.23 -
System Red Green Blue C M Y K H S L
Decimal 191 21 178 0 0.89 0.07 0.25 304.59 0.8 0.42
Hex BF 15 B2 0 59 7 19 131 50 2A
Octal 277 25 262 0 131 7 31 461 120 52
Binary 10111111 10101 10110010 0 1011001 111 11001 100110001 1010000 101010

Color Harmonies of #BF15B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF15B2

Black with #BF15B2

Text Example


Text Example

White with #BF15B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF15B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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