Html Css Color HEX #BF2B9C Medium Red Violet

📋 copy color: '#BF2B9C'

red 191 ◦ green 43 ◦ blue 156

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

Shades of Medium Red Violet #BF2B9C

Tints of Medium Red Violet #BF2B9C

RGB

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

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

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

R = 48.97%
G = 11.03%
B = 40%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF2B9C (or 0xBF2B9C) is known color: Medium Red Violet. HEX triplet: BF, 2B and 9C. RGB value is (191,43,156). Sum of RGB (Red+Green+Blue) = 191+43+156=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2B9C is #40D463. Grayscale: #636363. Windows color (decimal): -4248676 or 10234815. OLE color: 10234815.

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

Color convert

RGB 191 43 156 -
CMYK 0 0.77 0.18 0.25
HSL 314.19º 0.63% 0.46% -
HSV(B) 314.19º 0.77% 0.75% -
XYZ 28.35 15.2 32.89 -
YUV 100.13 159.53 192.81 -
System Red Green Blue C M Y K H S L
Decimal 191 43 156 0 0.77 0.18 0.25 314.19 0.63 0.46
Hex BF 2B 9C 0 4D 12 19 13A 3F 2E
Octal 277 53 234 0 115 22 31 472 77 56
Binary 10111111 101011 10011100 0 1001101 10010 11001 100111010 111111 101110

Color Harmonies of #BF2B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B9C

Black with #BF2B9C

Text Example


Text Example

White with #BF2B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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