Html Css Color HEX #BF2B7C Medium Red Violet

📋 copy color: '#BF2B7C'

red 191 ◦ green 43 ◦ blue 124

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

Shades of Medium Red Violet #BF2B7C

Tints of Medium Red Violet #BF2B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 53.35%
G = 12.01%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF2B7C (or 0xBF2B7C) is known color: Medium Red Violet. HEX triplet: BF, 2B and 7C. RGB value is (191,43,124). Sum of RGB (Red+Green+Blue) = 191+43+124=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2B7C is #40D483. Grayscale: #606060. Windows color (decimal): -4248708 or 8137663. OLE color: 8137663.

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

Color convert

RGB 191 43 124 -
CMYK 0 0.77 0.35 0.25
HSL 327.16º 0.63% 0.46% -
HSV(B) 327.16º 0.77% 0.75% -
XYZ 25.99 14.26 20.45 -
YUV 96.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 191 43 124 0 0.77 0.35 0.25 327.16 0.63 0.46
Hex BF 2B 7C 0 4D 23 19 147 3F 2E
Octal 277 53 174 0 115 43 31 507 77 56
Binary 10111111 101011 1111100 0 1001101 100011 11001 101000111 111111 101110

Color Harmonies of #BF2B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B7C

Black with #BF2B7C

Text Example


Text Example

White with #BF2B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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