Html Css Color HEX #BD1B8E Medium Violet Red

📋 copy color: '#BD1B8E'

red 189 ◦ green 27 ◦ blue 142

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

Shades of Medium Violet Red #BD1B8E

Tints of Medium Violet Red #BD1B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.66%

R = 52.79%
G = 7.54%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD1B8E (or 0xBD1B8E) is known color: Medium Violet Red. HEX triplet: BD, 1B and 8E. RGB value is (189,27,142). Sum of RGB (Red+Green+Blue) = 189+27+142=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1B8E is #42E471. Grayscale: #585858. Windows color (decimal): -4383858 or 9313213. OLE color: 9313213.

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

Color convert

RGB 189 27 142 -
CMYK 0 0.86 0.25 0.26
HSL 317.41º 0.75% 0.42% -
HSV(B) 317.41º 0.86% 0.74% -
XYZ 26.26 13.56 26.82 -
YUV 88.55 158.17 199.65 -
System Red Green Blue C M Y K H S L
Decimal 189 27 142 0 0.86 0.25 0.26 317.41 0.75 0.42
Hex BD 1B 8E 0 56 19 1A 13D 4B 2A
Octal 275 33 216 0 126 31 32 475 113 52
Binary 10111101 11011 10001110 0 1010110 11001 11010 100111101 1001011 101010

Color Harmonies of #BD1B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1B8E

Black with #BD1B8E

Text Example


Text Example

White with #BD1B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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