Html Css Color HEX #BD2188 Medium Violet Red

📋 copy color: '#BD2188'

red 189 ◦ green 33 ◦ blue 136

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

Shades of Medium Violet Red #BD2188

Tints of Medium Violet Red #BD2188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.22%

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

R = 52.79%
G = 9.22%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD2188 (or 0xBD2188) is known color: Medium Violet Red. HEX triplet: BD, 21 and 88. RGB value is (189,33,136). Sum of RGB (Red+Green+Blue) = 189+33+136=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2188 is #42DE77. Grayscale: #5B5B5B. Windows color (decimal): -4382328 or 8921533. OLE color: 8921533.

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

Color convert

RGB 189 33 136 -
CMYK 0 0.83 0.28 0.26
HSL 320.38º 0.7% 0.44% -
HSV(B) 320.38º 0.83% 0.74% -
XYZ 25.97 13.68 24.56 -
YUV 91.39 153.18 197.62 -
System Red Green Blue C M Y K H S L
Decimal 189 33 136 0 0.83 0.28 0.26 320.38 0.7 0.44
Hex BD 21 88 0 53 1C 1A 140 46 2C
Octal 275 41 210 0 123 34 32 500 106 54
Binary 10111101 100001 10001000 0 1010011 11100 11010 101000000 1000110 101100

Color Harmonies of #BD2188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2188

Black with #BD2188

Text Example


Text Example

White with #BD2188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2188; }

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

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

background-color css

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

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

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

border-color css

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

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

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