Html Css Color HEX #BD0289 Medium Violet Red

📋 copy color: '#BD0289'

red 189 ◦ green 2 ◦ blue 137

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

Shades of Medium Violet Red #BD0289

Tints of Medium Violet Red #BD0289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 137 (53.91% from 255) = 41.77%

R = 57.62%
G = 0.61%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD0289 (or 0xBD0289) is known color: Medium Violet Red. HEX triplet: BD, 02 and 89. RGB value is (189,2,137). Sum of RGB (Red+Green+Blue) = 189+2+137=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0289 is #42FD76. Grayscale: #484848. Windows color (decimal): -4390263 or 8979133. OLE color: 8979133.

HSL color Cylindrical-coordinate representation of color #BD0289: hue angle of 316.68º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0289 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 2 137 -
CMYK 0 0.99 0.28 0.26
HSL 316.68º 0.98% 0.37% -
HSV(B) 316.68º 0.99% 0.74% -
XYZ 25.52 12.67 24.77 -
YUV 73.3 163.95 210.52 -
System Red Green Blue C M Y K H S L
Decimal 189 2 137 0 0.99 0.28 0.26 316.68 0.98 0.37
Hex BD 2 89 0 63 1C 1A 13D 62 25
Octal 275 2 211 0 143 34 32 475 142 45
Binary 10111101 10 10001001 0 1100011 11100 11010 100111101 1100010 100101

Color Harmonies of #BD0289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0289

Black with #BD0289

Text Example


Text Example

White with #BD0289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0289; }

 p { color: rgb(189,2,137); }

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

background-color css

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

 a { background-color: rgb(189,2,137); }

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

border-color css

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

 span { border-color: rgb(189,2,137); }

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