Html Css Color HEX #BF24AB Medium Violet Red

📋 copy color: '#BF24AB'

red 191 ◦ green 36 ◦ blue 171

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

Shades of Medium Violet Red #BF24AB

Tints of Medium Violet Red #BF24AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 47.99%
G = 9.05%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF24AB (or 0xBF24AB) is known color: Medium Violet Red. HEX triplet: BF, 24 and AB. RGB value is (191,36,171). Sum of RGB (Red+Green+Blue) = 191+36+171=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF24AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF24AB is #40DB54. Grayscale: #616161. Windows color (decimal): -4250453 or 11216063. OLE color: 11216063.

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

Color convert

RGB 191 36 171 -
CMYK 0 0.81 0.10 0.25
HSL 307.74º 0.68% 0.45% -
HSV(B) 307.74º 0.81% 0.75% -
XYZ 29.47 15.28 39.92 -
YUV 97.74 169.35 194.52 -
System Red Green Blue C M Y K H S L
Decimal 191 36 171 0 0.81 0.10 0.25 307.74 0.68 0.45
Hex BF 24 AB 0 51 A 19 134 44 2D
Octal 277 44 253 0 121 12 31 464 104 55
Binary 10111111 100100 10101011 0 1010001 1010 11001 100110100 1000100 101101

Color Harmonies of #BF24AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF24AB

Black with #BF24AB

Text Example


Text Example

White with #BF24AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF24AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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