Html Css Color HEX #BF24A2 Medium Violet Red

📋 copy color: '#BF24A2'

red 191 ◦ green 36 ◦ blue 162

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

Shades of Medium Violet Red #BF24A2

Tints of Medium Violet Red #BF24A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.65%

R = 49.1%
G = 9.25%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BF24A2 (or 0xBF24A2) is known color: Medium Violet Red. HEX triplet: BF, 24 and A2. RGB value is (191,36,162). Sum of RGB (Red+Green+Blue) = 191+36+162=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF24A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF24A2 is #40DB5D. Grayscale: #606060. Windows color (decimal): -4250462 or 10626239. OLE color: 10626239.

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

Color convert

RGB 191 36 162 -
CMYK 0 0.81 0.15 0.25
HSL 311.23º 0.68% 0.45% -
HSV(B) 311.23º 0.81% 0.75% -
XYZ 28.64 14.95 35.56 -
YUV 96.71 164.85 195.25 -
System Red Green Blue C M Y K H S L
Decimal 191 36 162 0 0.81 0.15 0.25 311.23 0.68 0.45
Hex BF 24 A2 0 51 F 19 137 44 2D
Octal 277 44 242 0 121 17 31 467 104 55
Binary 10111111 100100 10100010 0 1010001 1111 11001 100110111 1000100 101101

Color Harmonies of #BF24A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF24A2

Black with #BF24A2

Text Example


Text Example

White with #BF24A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF24A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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