Html Css Color HEX #BD1B95 Medium Violet Red

📋 copy color: '#BD1B95'

red 189 ◦ green 27 ◦ blue 149

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

Shades of Medium Violet Red #BD1B95

Tints of Medium Violet Red #BD1B95

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.4%

 BLUE value IS 149 (58.59% from 255) = 40.82%

R = 51.78%
G = 7.4%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD1B95 (or 0xBD1B95) is known color: Medium Violet Red. HEX triplet: BD, 1B and 95. RGB value is (189,27,149). Sum of RGB (Red+Green+Blue) = 189+27+149=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1B95 is #42E46A. Grayscale: #595959. Windows color (decimal): -4383851 or 9771965. OLE color: 9771965.

HSL color Cylindrical-coordinate representation of color #BD1B95: hue angle of 314.81º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1B95 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 27 149 -
CMYK 0 0.86 0.21 0.26
HSL 314.81º 0.75% 0.42% -
HSV(B) 314.81º 0.86% 0.74% -
XYZ 26.8 13.77 29.68 -
YUV 89.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 189 27 149 0 0.86 0.21 0.26 314.81 0.75 0.42
Hex BD 1B 95 0 56 15 1A 13B 4B 2A
Octal 275 33 225 0 126 25 32 473 113 52
Binary 10111101 11011 10010101 0 1010110 10101 11010 100111011 1001011 101010

Color Harmonies of #BD1B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1B95

Black with #BD1B95

Text Example


Text Example

White with #BD1B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1B95; }

 p { color: rgb(189,27,149); }

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

background-color css

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

 a { background-color: rgb(189,27,149); }

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

border-color css

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

 span { border-color: rgb(189,27,149); }

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