Html Css Color HEX #BD009C Medium Violet Red

📋 copy color: '#BD009C'

red 189 ◦ green 0 ◦ blue 156

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

Shades of Medium Violet Red #BD009C

Tints of Medium Violet Red #BD009C

RGB

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

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

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

R = 54.78%
G = 0%
B = 45.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD009C (or 0xBD009C) is known color: Medium Violet Red. HEX triplet: BD, 00 and 9C. RGB value is (189,0,156). Sum of RGB (Red+Green+Blue) = 189+0+156=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD009C is #42FF63. Grayscale: #494949. Windows color (decimal): -4390756 or 10223805. OLE color: 10223805.

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

Color convert

RGB 189 0 156 -
CMYK 0 1 0.17 0.26
HSL 310.48º 1% 0.37% -
HSV(B) 310.48º 1% 0.74% -
XYZ 26.99 13.22 32.58 -
YUV 74.3 174.12 209.82 -
System Red Green Blue C M Y K H S L
Decimal 189 0 156 0 1 0.17 0.26 310.48 1 0.37
Hex BD 0 9C 0 64 11 1A 136 64 25
Octal 275 0 234 0 144 21 32 466 144 45
Binary 10111101 0 10011100 0 1100100 10001 11010 100110110 1100100 100101

Color Harmonies of #BD009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD009C

Black with #BD009C

Text Example


Text Example

White with #BD009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD009C; }

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

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

background-color css

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

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

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

border-color css

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

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

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