Html Css Color HEX #BF24AD Medium Violet Red

📋 copy color: '#BF24AD'

red 191 ◦ green 36 ◦ blue 173

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

Shades of Medium Violet Red #BF24AD

Tints of Medium Violet Red #BF24AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.25%

R = 47.75%
G = 9%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF24AD (or 0xBF24AD) is known color: Medium Violet Red. HEX triplet: BF, 24 and AD. RGB value is (191,36,173). Sum of RGB (Red+Green+Blue) = 191+36+173=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF24AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF24AD is #40DB52. Grayscale: #616161. Windows color (decimal): -4250451 or 11347135. OLE color: 11347135.

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

Color convert

RGB 191 36 173 -
CMYK 0 0.81 0.09 0.25
HSL 306.97º 0.68% 0.45% -
HSV(B) 306.97º 0.81% 0.75% -
XYZ 29.66 15.36 40.94 -
YUV 97.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 191 36 173 0 0.81 0.09 0.25 306.97 0.68 0.45
Hex BF 24 AD 0 51 9 19 133 44 2D
Octal 277 44 255 0 121 11 31 463 104 55
Binary 10111111 100100 10101101 0 1010001 1001 11001 100110011 1000100 101101

Color Harmonies of #BF24AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF24AD

Black with #BF24AD

Text Example


Text Example

White with #BF24AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF24AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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