Html Css Color HEX #BD1A8F Medium Violet Red

📋 copy color: '#BD1A8F'

red 189 ◦ green 26 ◦ blue 143

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

Shades of Medium Violet Red #BD1A8F

Tints of Medium Violet Red #BD1A8F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.26%

 BLUE value IS 143 (56.25% from 255) = 39.94%

R = 52.79%
G = 7.26%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD1A8F (or 0xBD1A8F) is known color: Medium Violet Red. HEX triplet: BD, 1A and 8F. RGB value is (189,26,143). Sum of RGB (Red+Green+Blue) = 189+26+143=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1A8F is #42E570. Grayscale: #575757. Windows color (decimal): -4384113 or 9378493. OLE color: 9378493.

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

Color convert

RGB 189 26 143 -
CMYK 0 0.86 0.24 0.26
HSL 316.93º 0.76% 0.42% -
HSV(B) 316.93º 0.86% 0.74% -
XYZ 26.31 13.54 27.21 -
YUV 88.08 159 199.99 -
System Red Green Blue C M Y K H S L
Decimal 189 26 143 0 0.86 0.24 0.26 316.93 0.76 0.42
Hex BD 1A 8F 0 56 18 1A 13D 4C 2A
Octal 275 32 217 0 126 30 32 475 114 52
Binary 10111101 11010 10001111 0 1010110 11000 11010 100111101 1001100 101010

Color Harmonies of #BD1A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A8F

Black with #BD1A8F

Text Example


Text Example

White with #BD1A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A8F; }

 p { color: rgb(189,26,143); }

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

background-color css

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

 a { background-color: rgb(189,26,143); }

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

border-color css

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

 span { border-color: rgb(189,26,143); }

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