Html Css Color HEX #BD1FA2 Medium Violet Red

📋 copy color: '#BD1FA2'

red 189 ◦ green 31 ◦ blue 162

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

Shades of Medium Violet Red #BD1FA2

Tints of Medium Violet Red #BD1FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.41%

R = 49.48%
G = 8.12%
B = 42.41%

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

#BD1FA2 (or 0xBD1FA2) is known color: Medium Violet Red. HEX triplet: BD, 1F and A2. RGB value is (189,31,162). Sum of RGB (Red+Green+Blue) = 189+31+162=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1FA2 is #42E05D. Grayscale: #5C5C5C. Windows color (decimal): -4382814 or 10624957. OLE color: 10624957.

HSL color Cylindrical-coordinate representation of color #BD1FA2: hue angle of 310.25º 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 #BD1FA2 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 31 162 -
CMYK 0 0.84 0.14 0.26
HSL 310.25º 0.72% 0.43% -
HSV(B) 310.25º 0.84% 0.74% -
XYZ 28 14.41 35.49 -
YUV 93.18 166.85 196.35 -
System Red Green Blue C M Y K H S L
Decimal 189 31 162 0 0.84 0.14 0.26 310.25 0.72 0.43
Hex BD 1F A2 0 54 E 1A 136 48 2B
Octal 275 37 242 0 124 16 32 466 110 53
Binary 10111101 11111 10100010 0 1010100 1110 11010 100110110 1001000 101011

Color Harmonies of #BD1FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1FA2

Black with #BD1FA2

Text Example


Text Example

White with #BD1FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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