Html Css Color HEX #BF2476 Medium Red Violet

📋 copy color: '#BF2476'

red 191 ◦ green 36 ◦ blue 118

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

Shades of Medium Red Violet #BF2476

Tints of Medium Red Violet #BF2476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 55.36%
G = 10.43%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF2476 (or 0xBF2476) is known color: Medium Red Violet. HEX triplet: BF, 24 and 76. RGB value is (191,36,118). Sum of RGB (Red+Green+Blue) = 191+36+118=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2476 is #40DB89. Grayscale: #5B5B5B. Windows color (decimal): -4250506 or 7742655. OLE color: 7742655.

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

Color convert

RGB 191 36 118 -
CMYK 0 0.81 0.38 0.25
HSL 328.26º 0.68% 0.45% -
HSV(B) 328.26º 0.81% 0.75% -
XYZ 25.39 13.65 18.44 -
YUV 91.69 142.85 198.83 -
System Red Green Blue C M Y K H S L
Decimal 191 36 118 0 0.81 0.38 0.25 328.26 0.68 0.45
Hex BF 24 76 0 51 26 19 148 44 2D
Octal 277 44 166 0 121 46 31 510 104 55
Binary 10111111 100100 1110110 0 1010001 100110 11001 101001000 1000100 101101

Color Harmonies of #BF2476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2476

Black with #BF2476

Text Example


Text Example

White with #BF2476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2476; }

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

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

background-color css

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

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

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

border-color css

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

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

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