Html Css Color HEX #BF24C0 Deep Magenta

📋 copy color: '#BF24C0'

red 191 ◦ green 36 ◦ blue 192

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

Shades of Deep Magenta #BF24C0

Tints of Deep Magenta #BF24C0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.59%

 BLUE value IS 192 (75.39% from 255) = 45.82%

R = 45.58%
G = 8.59%
B = 45.82%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF24C0 (or 0xBF24C0) is known color: Deep Magenta. HEX triplet: BF, 24 and C0. RGB value is (191,36,192). Sum of RGB (Red+Green+Blue) = 191+36+192=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF24C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF24C0 is #40DB3F. Grayscale: #636363. Windows color (decimal): -4250432 or 12592319. OLE color: 12592319.

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

Color convert

RGB 191 36 192 -
CMYK 0.01 0.81 0 0.25
HSL 299.62º 0.68% 0.45% -
HSV(B) 299.62º 0.81% 0.75% -
XYZ 31.63 16.14 51.32 -
YUV 100.13 179.85 192.82 -
System Red Green Blue C M Y K H S L
Decimal 191 36 192 0.01 0.81 0 0.25 299.62 0.68 0.45
Hex BF 24 C0 1 51 0 19 12C 44 2D
Octal 277 44 300 1 121 0 31 454 104 55
Binary 10111111 100100 11000000 1 1010001 0 11001 100101100 1000100 101101

Color Harmonies of #BF24C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF24C0

Black with #BF24C0

Text Example


Text Example

White with #BF24C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF24C0; }

 p { color: rgb(191,36,192); }

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

background-color css

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

 a { background-color: rgb(191,36,192); }

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

border-color css

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

 span { border-color: rgb(191,36,192); }

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