Html Css Color HEX #BF24A8 Medium Violet Red

📋 copy color: '#BF24A8'

red 191 ◦ green 36 ◦ blue 168

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

Shades of Medium Violet Red #BF24A8

Tints of Medium Violet Red #BF24A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.53%

R = 48.35%
G = 9.11%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF24A8 (or 0xBF24A8) is known color: Medium Violet Red. HEX triplet: BF, 24 and A8. RGB value is (191,36,168). Sum of RGB (Red+Green+Blue) = 191+36+168=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF24A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF24A8 is #40DB57. Grayscale: #616161. Windows color (decimal): -4250456 or 11019455. OLE color: 11019455.

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

Color convert

RGB 191 36 168 -
CMYK 0 0.81 0.12 0.25
HSL 308.9º 0.68% 0.45% -
HSV(B) 308.9º 0.81% 0.75% -
XYZ 29.18 15.17 38.43 -
YUV 97.39 167.85 194.77 -
System Red Green Blue C M Y K H S L
Decimal 191 36 168 0 0.81 0.12 0.25 308.9 0.68 0.45
Hex BF 24 A8 0 51 C 19 135 44 2D
Octal 277 44 250 0 121 14 31 465 104 55
Binary 10111111 100100 10101000 0 1010001 1100 11001 100110101 1000100 101101

Color Harmonies of #BF24A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF24A8

Black with #BF24A8

Text Example


Text Example

White with #BF24A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF24A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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