Html Css Color HEX #BD0288 Medium Violet Red

📋 copy color: '#BD0288'

red 189 ◦ green 2 ◦ blue 136

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

Shades of Medium Violet Red #BD0288

Tints of Medium Violet Red #BD0288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.59%

R = 57.8%
G = 0.61%
B = 41.59%

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

#BD0288 (or 0xBD0288) is known color: Medium Violet Red. HEX triplet: BD, 02 and 88. RGB value is (189,2,136). Sum of RGB (Red+Green+Blue) = 189+2+136=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0288 is #42FD77. Grayscale: #484848. Windows color (decimal): -4390264 or 8913597. OLE color: 8913597.

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

Color convert

RGB 189 2 136 -
CMYK 0 0.99 0.28 0.26
HSL 317.01º 0.98% 0.37% -
HSV(B) 317.01º 0.99% 0.74% -
XYZ 25.45 12.64 24.39 -
YUV 73.19 163.45 210.6 -
System Red Green Blue C M Y K H S L
Decimal 189 2 136 0 0.99 0.28 0.26 317.01 0.98 0.37
Hex BD 2 88 0 63 1C 1A 13D 62 25
Octal 275 2 210 0 143 34 32 475 142 45
Binary 10111101 10 10001000 0 1100011 11100 11010 100111101 1100010 100101

Color Harmonies of #BD0288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0288

Black with #BD0288

Text Example


Text Example

White with #BD0288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0288; }

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

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

background-color css

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

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

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

border-color css

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

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

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