Html Css Color HEX #BD1B85 Medium Violet Red

📋 copy color: '#BD1B85'

red 189 ◦ green 27 ◦ blue 133

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

Shades of Medium Violet Red #BD1B85

Tints of Medium Violet Red #BD1B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 54.15%
G = 7.74%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD1B85 (or 0xBD1B85) is known color: Medium Violet Red. HEX triplet: BD, 1B and 85. RGB value is (189,27,133). Sum of RGB (Red+Green+Blue) = 189+27+133=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1B85 is #42E47A. Grayscale: #575757. Windows color (decimal): -4383867 or 8723389. OLE color: 8723389.

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

Color convert

RGB 189 27 133 -
CMYK 0 0.86 0.30 0.26
HSL 320.74º 0.75% 0.42% -
HSV(B) 320.74º 0.86% 0.74% -
XYZ 25.61 13.3 23.41 -
YUV 87.52 153.67 200.38 -
System Red Green Blue C M Y K H S L
Decimal 189 27 133 0 0.86 0.30 0.26 320.74 0.75 0.42
Hex BD 1B 85 0 56 1E 1A 141 4B 2A
Octal 275 33 205 0 126 36 32 501 113 52
Binary 10111101 11011 10000101 0 1010110 11110 11010 101000001 1001011 101010

Color Harmonies of #BD1B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1B85

Black with #BD1B85

Text Example


Text Example

White with #BD1B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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