Html Css Color HEX #BF24BE Deep Magenta

📋 copy color: '#BF24BE'

red 191 ◦ green 36 ◦ blue 190

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

Shades of Deep Magenta #BF24BE

Tints of Deep Magenta #BF24BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 45.8%
G = 8.63%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF24BE (or 0xBF24BE) is known color: Deep Magenta. HEX triplet: BF, 24 and BE. RGB value is (191,36,190). Sum of RGB (Red+Green+Blue) = 191+36+190=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF24BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF24BE is #40DB41. Grayscale: #636363. Windows color (decimal): -4250434 or 12461247. OLE color: 12461247.

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

Color convert

RGB 191 36 190 -
CMYK 0 0.81 0.01 0.25
HSL 300.39º 0.68% 0.45% -
HSV(B) 300.39º 0.81% 0.75% -
XYZ 31.41 16.06 50.16 -
YUV 99.9 178.85 192.98 -
System Red Green Blue C M Y K H S L
Decimal 191 36 190 0 0.81 0.01 0.25 300.39 0.68 0.45
Hex BF 24 BE 0 51 1 19 12C 44 2D
Octal 277 44 276 0 121 1 31 454 104 55
Binary 10111111 100100 10111110 0 1010001 1 11001 100101100 1000100 101101

Color Harmonies of #BF24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF24BE

Black with #BF24BE

Text Example


Text Example

White with #BF24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF24BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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