Html Css Color HEX #BD089C Medium Violet Red

📋 copy color: '#BD089C'

red 189 ◦ green 8 ◦ blue 156

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

Shades of Medium Violet Red #BD089C

Tints of Medium Violet Red #BD089C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 53.54%
G = 2.27%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD089C (or 0xBD089C) is known color: Medium Violet Red. HEX triplet: BD, 08 and 9C. RGB value is (189,8,156). Sum of RGB (Red+Green+Blue) = 189+8+156=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD089C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD089C is #42F763. Grayscale: #4E4E4E. Windows color (decimal): -4388708 or 10225853. OLE color: 10225853.

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

Color convert

RGB 189 8 156 -
CMYK 0 0.96 0.17 0.26
HSL 310.94º 0.92% 0.39% -
HSV(B) 310.94º 0.96% 0.74% -
XYZ 27.07 13.39 32.61 -
YUV 78.99 171.47 206.47 -
System Red Green Blue C M Y K H S L
Decimal 189 8 156 0 0.96 0.17 0.26 310.94 0.92 0.39
Hex BD 8 9C 0 60 11 1A 137 5C 27
Octal 275 10 234 0 140 21 32 467 134 47
Binary 10111101 1000 10011100 0 1100000 10001 11010 100110111 1011100 100111

Color Harmonies of #BD089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD089C

Black with #BD089C

Text Example


Text Example

White with #BD089C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD089C; }

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

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

background-color css

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

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

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

border-color css

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

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

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