Html Css Color HEX #BD1A6B Medium Violet Red

📋 copy color: '#BD1A6B'

red 189 ◦ green 26 ◦ blue 107

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

Shades of Medium Violet Red #BD1A6B

Tints of Medium Violet Red #BD1A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 58.7%
G = 8.07%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD1A6B (or 0xBD1A6B) is known color: Medium Violet Red. HEX triplet: BD, 1A and 6B. RGB value is (189,26,107). Sum of RGB (Red+Green+Blue) = 189+26+107=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1A6B is #42E594. Grayscale: #535353. Windows color (decimal): -4384149 or 7019197. OLE color: 7019197.

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

Color convert

RGB 189 26 107 -
CMYK 0 0.86 0.43 0.26
HSL 330.18º 0.76% 0.42% -
HSV(B) 330.18º 0.86% 0.74% -
XYZ 24.01 12.62 15.08 -
YUV 83.97 141 202.91 -
System Red Green Blue C M Y K H S L
Decimal 189 26 107 0 0.86 0.43 0.26 330.18 0.76 0.42
Hex BD 1A 6B 0 56 2B 1A 14A 4C 2A
Octal 275 32 153 0 126 53 32 512 114 52
Binary 10111101 11010 1101011 0 1010110 101011 11010 101001010 1001100 101010

Color Harmonies of #BD1A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A6B

Black with #BD1A6B

Text Example


Text Example

White with #BD1A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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