Html Css Color HEX #BD09A1 Medium Violet Red

📋 copy color: '#BD09A1'

red 189 ◦ green 9 ◦ blue 161

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

Shades of Medium Violet Red #BD09A1

Tints of Medium Violet Red #BD09A1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.51%

 BLUE value IS 161 (63.28% from 255) = 44.85%

R = 52.65%
G = 2.51%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD09A1 (or 0xBD09A1) is known color: Medium Violet Red. HEX triplet: BD, 09 and A1. RGB value is (189,9,161). Sum of RGB (Red+Green+Blue) = 189+9+161=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 161 (63.28% from 255 or 44.85% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD09A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD09A1 is #42F65E. Grayscale: #4F4F4F. Windows color (decimal): -4388447 or 10553789. OLE color: 10553789.

HSL color Cylindrical-coordinate representation of color #BD09A1: hue angle of 309.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD09A1 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 9 161 -
CMYK 0 0.95 0.15 0.26
HSL 309.33º 0.91% 0.39% -
HSV(B) 309.33º 0.95% 0.74% -
XYZ 27.52 13.59 34.89 -
YUV 80.15 173.63 205.64 -
System Red Green Blue C M Y K H S L
Decimal 189 9 161 0 0.95 0.15 0.26 309.33 0.91 0.39
Hex BD 9 A1 0 5F F 1A 135 5B 27
Octal 275 11 241 0 137 17 32 465 133 47
Binary 10111101 1001 10100001 0 1011111 1111 11010 100110101 1011011 100111

Color Harmonies of #BD09A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD09A1

Black with #BD09A1

Text Example


Text Example

White with #BD09A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD09A1; }

 p { color: rgb(189,9,161); }

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

background-color css

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

 a { background-color: rgb(189,9,161); }

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

border-color css

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

 span { border-color: rgb(189,9,161); }

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