Html Css Color HEX #BD0088 Medium Violet Red

📋 copy color: '#BD0088'

red 189 ◦ green 0 ◦ blue 136

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

Shades of Medium Violet Red #BD0088

Tints of Medium Violet Red #BD0088

RGB

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

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

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

R = 58.15%
G = 0%
B = 41.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD0088 (or 0xBD0088) is known color: Medium Violet Red. HEX triplet: BD, 00 and 88. RGB value is (189,0,136). Sum of RGB (Red+Green+Blue) = 189+0+136=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0088 is #42FF77. Grayscale: #474747. Windows color (decimal): -4390776 or 8913085. OLE color: 8913085.

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

Color convert

RGB 189 0 136 -
CMYK 0 1 0.28 0.26
HSL 316.83º 1% 0.37% -
HSV(B) 316.83º 1% 0.74% -
XYZ 25.43 12.6 24.38 -
YUV 72.02 164.12 211.44 -
System Red Green Blue C M Y K H S L
Decimal 189 0 136 0 1 0.28 0.26 316.83 1 0.37
Hex BD 0 88 0 64 1C 1A 13D 64 25
Octal 275 0 210 0 144 34 32 475 144 45
Binary 10111101 0 10001000 0 1100100 11100 11010 100111101 1100100 100101

Color Harmonies of #BD0088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0088

Black with #BD0088

Text Example


Text Example

White with #BD0088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0088; }

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

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

background-color css

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

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

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

border-color css

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

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

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