Html Css Color HEX #BD009D Medium Violet Red

📋 copy color: '#BD009D'

red 189 ◦ green 0 ◦ blue 157

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

Shades of Medium Violet Red #BD009D

Tints of Medium Violet Red #BD009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.38%

R = 54.62%
G = 0%
B = 45.38%

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

#BD009D (or 0xBD009D) is known color: Medium Violet Red. HEX triplet: BD, 00 and 9D. RGB value is (189,0,157). Sum of RGB (Red+Green+Blue) = 189+0+157=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD009D is #42FF62. Grayscale: #494949. Windows color (decimal): -4390755 or 10289341. OLE color: 10289341.

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

Color convert

RGB 189 0 157 -
CMYK 0 1 0.17 0.26
HSL 310.16º 1% 0.37% -
HSV(B) 310.16º 1% 0.74% -
XYZ 27.07 13.25 33.03 -
YUV 74.41 174.62 209.73 -
System Red Green Blue C M Y K H S L
Decimal 189 0 157 0 1 0.17 0.26 310.16 1 0.37
Hex BD 0 9D 0 64 11 1A 136 64 25
Octal 275 0 235 0 144 21 32 466 144 45
Binary 10111101 0 10011101 0 1100100 10001 11010 100110110 1100100 100101

Color Harmonies of #BD009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD009D

Black with #BD009D

Text Example


Text Example

White with #BD009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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