Html Css Color HEX #BD1FA6 Medium Violet Red

📋 copy color: '#BD1FA6'

red 189 ◦ green 31 ◦ blue 166

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

Shades of Medium Violet Red #BD1FA6

Tints of Medium Violet Red #BD1FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.01%

R = 48.96%
G = 8.03%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD1FA6 (or 0xBD1FA6) is known color: Medium Violet Red. HEX triplet: BD, 1F and A6. RGB value is (189,31,166). Sum of RGB (Red+Green+Blue) = 189+31+166=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1FA6 is #42E059. Grayscale: #5D5D5D. Windows color (decimal): -4382810 or 10887101. OLE color: 10887101.

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

Color convert

RGB 189 31 166 -
CMYK 0 0.84 0.12 0.26
HSL 308.73º 0.72% 0.43% -
HSV(B) 308.73º 0.84% 0.74% -
XYZ 28.36 14.55 37.39 -
YUV 93.63 168.85 196.02 -
System Red Green Blue C M Y K H S L
Decimal 189 31 166 0 0.84 0.12 0.26 308.73 0.72 0.43
Hex BD 1F A6 0 54 C 1A 135 48 2B
Octal 275 37 246 0 124 14 32 465 110 53
Binary 10111101 11111 10100110 0 1010100 1100 11010 100110101 1001000 101011

Color Harmonies of #BD1FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1FA6

Black with #BD1FA6

Text Example


Text Example

White with #BD1FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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