Html Css Color HEX #BF1DAB Medium Violet Red

📋 copy color: '#BF1DAB'

red 191 ◦ green 29 ◦ blue 171

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

Shades of Medium Violet Red #BF1DAB

Tints of Medium Violet Red #BF1DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.42%

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 48.85%
G = 7.42%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF1DAB (or 0xBF1DAB) is known color: Medium Violet Red. HEX triplet: BF, 1D and AB. RGB value is (191,29,171). Sum of RGB (Red+Green+Blue) = 191+29+171=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1DAB is #40E254. Grayscale: #5D5D5D. Windows color (decimal): -4252245 or 11214271. OLE color: 11214271.

HSL color Cylindrical-coordinate representation of color #BF1DAB: hue angle of 307.41º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1DAB is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 29 171 -
CMYK 0 0.85 0.10 0.25
HSL 307.41º 0.74% 0.43% -
HSV(B) 307.41º 0.85% 0.75% -
XYZ 29.28 14.9 39.86 -
YUV 93.63 171.67 197.45 -
System Red Green Blue C M Y K H S L
Decimal 191 29 171 0 0.85 0.10 0.25 307.41 0.74 0.43
Hex BF 1D AB 0 55 A 19 133 4A 2B
Octal 277 35 253 0 125 12 31 463 112 53
Binary 10111111 11101 10101011 0 1010101 1010 11001 100110011 1001010 101011

Color Harmonies of #BF1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1DAB

Black with #BF1DAB

Text Example


Text Example

White with #BF1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1DAB; }

 p { color: rgb(191,29,171); }

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

background-color css

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

 a { background-color: rgb(191,29,171); }

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

border-color css

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

 span { border-color: rgb(191,29,171); }

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