Html Css Color HEX #BD1FA3 Medium Violet Red

📋 copy color: '#BD1FA3'

red 189 ◦ green 31 ◦ blue 163

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

Shades of Medium Violet Red #BD1FA3

Tints of Medium Violet Red #BD1FA3

RGB

 RED value IS 189 (74.22% from 255) = 49.35%

 GREEN value IS 31 (12.5% from 255) = 8.09%

 BLUE value IS 163 (64.06% from 255) = 42.56%

R = 49.35%
G = 8.09%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD1FA3 (or 0xBD1FA3) is known color: Medium Violet Red. HEX triplet: BD, 1F and A3. RGB value is (189,31,163). Sum of RGB (Red+Green+Blue) = 189+31+163=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1FA3 is #42E05C. Grayscale: #5C5C5C. Windows color (decimal): -4382813 or 10690493. OLE color: 10690493.

HSL color Cylindrical-coordinate representation of color #BD1FA3: hue angle of 309.87º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1FA3 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 31 163 -
CMYK 0 0.84 0.14 0.26
HSL 309.87º 0.72% 0.43% -
HSV(B) 309.87º 0.84% 0.74% -
XYZ 28.09 14.44 35.96 -
YUV 93.29 167.35 196.27 -
System Red Green Blue C M Y K H S L
Decimal 189 31 163 0 0.84 0.14 0.26 309.87 0.72 0.43
Hex BD 1F A3 0 54 E 1A 136 48 2B
Octal 275 37 243 0 124 16 32 466 110 53
Binary 10111101 11111 10100011 0 1010100 1110 11010 100110110 1001000 101011

Color Harmonies of #BD1FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1FA3

Black with #BD1FA3

Text Example


Text Example

White with #BD1FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1FA3; }

 p { color: rgb(189,31,163); }

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

background-color css

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

 a { background-color: rgb(189,31,163); }

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

border-color css

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

 span { border-color: rgb(189,31,163); }

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