Html Css Color HEX #BD12A6 Medium Violet Red

📋 copy color: '#BD12A6'

red 189 ◦ green 18 ◦ blue 166

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

Shades of Medium Violet Red #BD12A6

Tints of Medium Violet Red #BD12A6

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.83%

 BLUE value IS 166 (65.23% from 255) = 44.5%

R = 50.67%
G = 4.83%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD12A6 (or 0xBD12A6) is known color: Medium Violet Red. HEX triplet: BD, 12 and A6. RGB value is (189,18,166). Sum of RGB (Red+Green+Blue) = 189+18+166=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD12A6 is #42ED59. Grayscale: #555555. Windows color (decimal): -4386138 or 10883773. OLE color: 10883773.

HSL color Cylindrical-coordinate representation of color #BD12A6: hue angle of 308.07º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD12A6 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 166 -
CMYK 0 0.90 0.12 0.26
HSL 308.07º 0.83% 0.41% -
HSV(B) 308.07º 0.9% 0.74% -
XYZ 28.09 14 37.3 -
YUV 86 173.15 201.47 -
System Red Green Blue C M Y K H S L
Decimal 189 18 166 0 0.90 0.12 0.26 308.07 0.83 0.41
Hex BD 12 A6 0 5A C 1A 134 53 29
Octal 275 22 246 0 132 14 32 464 123 51
Binary 10111101 10010 10100110 0 1011010 1100 11010 100110100 1010011 101001

Color Harmonies of #BD12A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD12A6

Black with #BD12A6

Text Example


Text Example

White with #BD12A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD12A6; }

 p { color: rgb(189,18,166); }

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

background-color css

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

 a { background-color: rgb(189,18,166); }

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

border-color css

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

 span { border-color: rgb(189,18,166); }

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