Html Css Color HEX #BD089A Medium Violet Red

📋 copy color: '#BD089A'

red 189 ◦ green 8 ◦ blue 154

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

Shades of Medium Violet Red #BD089A

Tints of Medium Violet Red #BD089A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.28%

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

R = 53.85%
G = 2.28%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD089A (or 0xBD089A) is known color: Medium Violet Red. HEX triplet: BD, 08 and 9A. RGB value is (189,8,154). Sum of RGB (Red+Green+Blue) = 189+8+154=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD089A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD089A is #42F765. Grayscale: #4E4E4E. Windows color (decimal): -4388710 or 10094781. OLE color: 10094781.

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

Color convert

RGB 189 8 154 -
CMYK 0 0.96 0.19 0.26
HSL 311.6º 0.92% 0.39% -
HSV(B) 311.6º 0.96% 0.74% -
XYZ 26.91 13.33 31.73 -
YUV 78.76 170.47 206.63 -
System Red Green Blue C M Y K H S L
Decimal 189 8 154 0 0.96 0.19 0.26 311.6 0.92 0.39
Hex BD 8 9A 0 60 13 1A 138 5C 27
Octal 275 10 232 0 140 23 32 470 134 47
Binary 10111101 1000 10011010 0 1100000 10011 11010 100111000 1011100 100111

Color Harmonies of #BD089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD089A

Black with #BD089A

Text Example


Text Example

White with #BD089A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD089A; }

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

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

background-color css

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

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

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

border-color css

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

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

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