Html Css Color HEX #BF029C Medium Violet Red

📋 copy color: '#BF029C'

red 191 ◦ green 2 ◦ blue 156

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

Shades of Medium Violet Red #BF029C

Tints of Medium Violet Red #BF029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 54.73%
G = 0.57%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF029C (or 0xBF029C) is known color: Medium Violet Red. HEX triplet: BF, 02 and 9C. RGB value is (191,2,156). Sum of RGB (Red+Green+Blue) = 191+2+156=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF029C is #40FD63. Grayscale: #4B4B4B. Windows color (decimal): -4259172 or 10224319. OLE color: 10224319.

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

Color convert

RGB 191 2 156 -
CMYK 0 0.99 0.18 0.25
HSL 311.11º 0.98% 0.38% -
HSV(B) 311.11º 0.99% 0.75% -
XYZ 27.51 13.52 32.61 -
YUV 76.07 173.12 209.98 -
System Red Green Blue C M Y K H S L
Decimal 191 2 156 0 0.99 0.18 0.25 311.11 0.98 0.38
Hex BF 2 9C 0 63 12 19 137 62 26
Octal 277 2 234 0 143 22 31 467 142 46
Binary 10111111 10 10011100 0 1100011 10010 11001 100110111 1100010 100110

Color Harmonies of #BF029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF029C

Black with #BF029C

Text Example


Text Example

White with #BF029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF029C; }

 p { color: rgb(191,2,156); }

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

background-color css

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

 a { background-color: rgb(191,2,156); }

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

border-color css

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

 span { border-color: rgb(191,2,156); }

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