Html Css Color HEX #BD09A5 Medium Violet Red

📋 copy color: '#BD09A5'

red 189 ◦ green 9 ◦ blue 165

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

Shades of Medium Violet Red #BD09A5

Tints of Medium Violet Red #BD09A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.45%

R = 52.07%
G = 2.48%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD09A5 (or 0xBD09A5) is known color: Medium Violet Red. HEX triplet: BD, 09 and A5. RGB value is (189,9,165). Sum of RGB (Red+Green+Blue) = 189+9+165=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD09A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD09A5 is #42F65A. Grayscale: #505050. Windows color (decimal): -4388443 or 10815933. OLE color: 10815933.

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

Color convert

RGB 189 9 165 -
CMYK 0 0.95 0.13 0.26
HSL 308º 0.91% 0.39% -
HSV(B) 308º 0.95% 0.74% -
XYZ 27.88 13.73 36.78 -
YUV 80.6 175.63 205.32 -
System Red Green Blue C M Y K H S L
Decimal 189 9 165 0 0.95 0.13 0.26 308 0.91 0.39
Hex BD 9 A5 0 5F D 1A 134 5B 27
Octal 275 11 245 0 137 15 32 464 133 47
Binary 10111101 1001 10100101 0 1011111 1101 11010 100110100 1011011 100111

Color Harmonies of #BD09A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD09A5

Black with #BD09A5

Text Example


Text Example

White with #BD09A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD09A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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