Html Css Color HEX #BF2B6C Medium Red Violet

📋 copy color: '#BF2B6C'

red 191 ◦ green 43 ◦ blue 108

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

Shades of Medium Red Violet #BF2B6C

Tints of Medium Red Violet #BF2B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.58%

R = 55.85%
G = 12.57%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF2B6C (or 0xBF2B6C) is known color: Medium Red Violet. HEX triplet: BF, 2B and 6C. RGB value is (191,43,108). Sum of RGB (Red+Green+Blue) = 191+43+108=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2B6C is #40D493. Grayscale: #5E5E5E. Windows color (decimal): -4248724 or 7089087. OLE color: 7089087.

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

Color convert

RGB 191 43 108 -
CMYK 0 0.77 0.43 0.25
HSL 333.65º 0.63% 0.46% -
HSV(B) 333.65º 0.77% 0.75% -
XYZ 25.06 13.89 15.55 -
YUV 94.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 191 43 108 0 0.77 0.43 0.25 333.65 0.63 0.46
Hex BF 2B 6C 0 4D 2B 19 14E 3F 2E
Octal 277 53 154 0 115 53 31 516 77 56
Binary 10111111 101011 1101100 0 1001101 101011 11001 101001110 111111 101110

Color Harmonies of #BF2B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B6C

Black with #BF2B6C

Text Example


Text Example

White with #BF2B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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