Html Css Color HEX #BF0472 Medium Violet Red

📋 copy color: '#BF0472'

red 191 ◦ green 4 ◦ blue 114

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

Shades of Medium Violet Red #BF0472

Tints of Medium Violet Red #BF0472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.29%

 BLUE value IS 114 (44.92% from 255) = 36.89%

R = 61.81%
G = 1.29%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF0472 (or 0xBF0472) is known color: Medium Violet Red. HEX triplet: BF, 04 and 72. RGB value is (191,4,114). Sum of RGB (Red+Green+Blue) = 191+4+114=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0472 is #40FB8D. Grayscale: #484848. Windows color (decimal): -4258702 or 7472319. OLE color: 7472319.

HSL color Cylindrical-coordinate representation of color #BF0472: hue angle of 324.71º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF0472 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 4 114 -
CMYK 0 0.98 0.40 0.25
HSL 324.71º 0.96% 0.38% -
HSV(B) 324.71º 0.98% 0.75% -
XYZ 24.57 12.38 17.01 -
YUV 72.45 151.45 212.56 -
System Red Green Blue C M Y K H S L
Decimal 191 4 114 0 0.98 0.40 0.25 324.71 0.96 0.38
Hex BF 4 72 0 62 28 19 145 60 26
Octal 277 4 162 0 142 50 31 505 140 46
Binary 10111111 100 1110010 0 1100010 101000 11001 101000101 1100000 100110

Color Harmonies of #BF0472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0472

Black with #BF0472

Text Example


Text Example

White with #BF0472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0472; }

 p { color: rgb(191,4,114); }

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

background-color css

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

 a { background-color: rgb(191,4,114); }

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

border-color css

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

 span { border-color: rgb(191,4,114); }

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