Html Css Color HEX #BD029A Medium Violet Red

📋 copy color: '#BD029A'

red 189 ◦ green 2 ◦ blue 154

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

Shades of Medium Violet Red #BD029A

Tints of Medium Violet Red #BD029A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 54.78%
G = 0.58%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD029A (or 0xBD029A) is known color: Medium Violet Red. HEX triplet: BD, 02 and 9A. RGB value is (189,2,154). Sum of RGB (Red+Green+Blue) = 189+2+154=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD029A is #42FD65. Grayscale: #4A4A4A. Windows color (decimal): -4390246 or 10093245. OLE color: 10093245.

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

Color convert

RGB 189 2 154 -
CMYK 0 0.99 0.19 0.26
HSL 311.23º 0.98% 0.37% -
HSV(B) 311.23º 0.99% 0.74% -
XYZ 26.84 13.2 31.7 -
YUV 75.24 172.45 209.14 -
System Red Green Blue C M Y K H S L
Decimal 189 2 154 0 0.99 0.19 0.26 311.23 0.98 0.37
Hex BD 2 9A 0 63 13 1A 137 62 25
Octal 275 2 232 0 143 23 32 467 142 45
Binary 10111101 10 10011010 0 1100011 10011 11010 100110111 1100010 100101

Color Harmonies of #BD029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD029A

Black with #BD029A

Text Example


Text Example

White with #BD029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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