Html Css Color HEX #BF129B Medium Violet Red

📋 copy color: '#BF129B'

red 191 ◦ green 18 ◦ blue 155

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

Shades of Medium Violet Red #BF129B

Tints of Medium Violet Red #BF129B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.95%

 BLUE value IS 155 (60.94% from 255) = 42.58%

R = 52.47%
G = 4.95%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF129B (or 0xBF129B) is known color: Medium Violet Red. HEX triplet: BF, 12 and 9B. RGB value is (191,18,155). Sum of RGB (Red+Green+Blue) = 191+18+155=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF129B is #40ED64. Grayscale: #545454. Windows color (decimal): -4255077 or 10162879. OLE color: 10162879.

HSL color Cylindrical-coordinate representation of color #BF129B: hue angle of 312.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF129B is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 18 155 -
CMYK 0 0.91 0.19 0.25
HSL 312.49º 0.83% 0.41% -
HSV(B) 312.49º 0.91% 0.75% -
XYZ 27.62 13.88 32.23 -
YUV 85.35 167.31 203.36 -
System Red Green Blue C M Y K H S L
Decimal 191 18 155 0 0.91 0.19 0.25 312.49 0.83 0.41
Hex BF 12 9B 0 5B 13 19 138 53 29
Octal 277 22 233 0 133 23 31 470 123 51
Binary 10111111 10010 10011011 0 1011011 10011 11001 100111000 1010011 101001

Color Harmonies of #BF129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF129B

Black with #BF129B

Text Example


Text Example

White with #BF129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF129B; }

 p { color: rgb(191,18,155); }

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

background-color css

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

 a { background-color: rgb(191,18,155); }

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

border-color css

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

 span { border-color: rgb(191,18,155); }

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