Html Css Color HEX #BD059A Medium Violet Red

📋 copy color: '#BD059A'

red 189 ◦ green 5 ◦ blue 154

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

Shades of Medium Violet Red #BD059A

Tints of Medium Violet Red #BD059A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

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

R = 54.31%
G = 1.44%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD059A (or 0xBD059A) is known color: Medium Violet Red. HEX triplet: BD, 05 and 9A. RGB value is (189,5,154). Sum of RGB (Red+Green+Blue) = 189+5+154=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD059A is #42FA65. Grayscale: #4C4C4C. Windows color (decimal): -4389478 or 10094013. OLE color: 10094013.

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

Color convert

RGB 189 5 154 -
CMYK 0 0.97 0.19 0.26
HSL 311.41º 0.95% 0.38% -
HSV(B) 311.41º 0.97% 0.74% -
XYZ 26.87 13.26 31.72 -
YUV 77 171.46 207.88 -
System Red Green Blue C M Y K H S L
Decimal 189 5 154 0 0.97 0.19 0.26 311.41 0.95 0.38
Hex BD 5 9A 0 61 13 1A 137 5F 26
Octal 275 5 232 0 141 23 32 467 137 46
Binary 10111101 101 10011010 0 1100001 10011 11010 100110111 1011111 100110

Color Harmonies of #BD059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD059A

Black with #BD059A

Text Example


Text Example

White with #BD059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD059A; }

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

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

background-color css

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

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

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

border-color css

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

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

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