Html Css Color HEX #BF2B74 Medium Red Violet

📋 copy color: '#BF2B74'

red 191 ◦ green 43 ◦ blue 116

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

Shades of Medium Red Violet #BF2B74

Tints of Medium Red Violet #BF2B74

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.29%

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 54.57%
G = 12.29%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF2B74 (or 0xBF2B74) is known color: Medium Red Violet. HEX triplet: BF, 2B and 74. RGB value is (191,43,116). Sum of RGB (Red+Green+Blue) = 191+43+116=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2B74 is #40D48B. Grayscale: #5F5F5F. Windows color (decimal): -4248716 or 7613375. OLE color: 7613375.

HSL color Cylindrical-coordinate representation of color #BF2B74: hue angle of 330.41º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2B74 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 43 116 -
CMYK 0 0.77 0.39 0.25
HSL 330.41º 0.63% 0.46% -
HSV(B) 330.41º 0.77% 0.75% -
XYZ 25.5 14.07 17.89 -
YUV 95.57 139.53 196.06 -
System Red Green Blue C M Y K H S L
Decimal 191 43 116 0 0.77 0.39 0.25 330.41 0.63 0.46
Hex BF 2B 74 0 4D 27 19 14A 3F 2E
Octal 277 53 164 0 115 47 31 512 77 56
Binary 10111111 101011 1110100 0 1001101 100111 11001 101001010 111111 101110

Color Harmonies of #BF2B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B74

Black with #BF2B74

Text Example


Text Example

White with #BF2B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B74; }

 p { color: rgb(191,43,116); }

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

background-color css

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

 a { background-color: rgb(191,43,116); }

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

border-color css

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

 span { border-color: rgb(191,43,116); }

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