Html Css Color HEX #BD009A Medium Violet Red

📋 copy color: '#BD009A'

red 189 ◦ green 0 ◦ blue 154

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

Shades of Medium Violet Red #BD009A

Tints of Medium Violet Red #BD009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 154 (60.55% from 255) = 44.9%

R = 55.1%
G = 0%
B = 44.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD009A (or 0xBD009A) is known color: Medium Violet Red. HEX triplet: BD, 00 and 9A. RGB value is (189,0,154). Sum of RGB (Red+Green+Blue) = 189+0+154=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD009A is #42FF65. Grayscale: #494949. Windows color (decimal): -4390758 or 10092733. OLE color: 10092733.

HSL color Cylindrical-coordinate representation of color #BD009A: hue angle of 311.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD009A is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 0 154 -
CMYK 0 1 0.19 0.26
HSL 311.11º 1% 0.37% -
HSV(B) 311.11º 1% 0.74% -
XYZ 26.82 13.15 31.7 -
YUV 74.07 173.12 209.98 -
System Red Green Blue C M Y K H S L
Decimal 189 0 154 0 1 0.19 0.26 311.11 1 0.37
Hex BD 0 9A 0 64 13 1A 137 64 25
Octal 275 0 232 0 144 23 32 467 144 45
Binary 10111101 0 10011010 0 1100100 10011 11010 100110111 1100100 100101

Color Harmonies of #BD009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD009A

Black with #BD009A

Text Example


Text Example

White with #BD009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD009A; }

 p { color: rgb(189,0,154); }

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

background-color css

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

 a { background-color: rgb(189,0,154); }

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

border-color css

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

 span { border-color: rgb(189,0,154); }

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