Html Css Color HEX #BD13A2 Medium Violet Red

📋 copy color: '#BD13A2'

red 189 ◦ green 19 ◦ blue 162

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

Shades of Medium Violet Red #BD13A2

Tints of Medium Violet Red #BD13A2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.14%

 BLUE value IS 162 (63.67% from 255) = 43.78%

R = 51.08%
G = 5.14%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD13A2 (or 0xBD13A2) is known color: Medium Violet Red. HEX triplet: BD, 13 and A2. RGB value is (189,19,162). Sum of RGB (Red+Green+Blue) = 189+19+162=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD13A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD13A2 is #42EC5D. Grayscale: #555555. Windows color (decimal): -4385886 or 10621885. OLE color: 10621885.

HSL color Cylindrical-coordinate representation of color #BD13A2: hue angle of 309.53º degrees, saturation: 0.82, 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 #BD13A2 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 162 -
CMYK 0 0.90 0.14 0.26
HSL 309.53º 0.82% 0.41% -
HSV(B) 309.53º 0.9% 0.74% -
XYZ 27.74 13.89 35.4 -
YUV 86.13 170.82 201.37 -
System Red Green Blue C M Y K H S L
Decimal 189 19 162 0 0.90 0.14 0.26 309.53 0.82 0.41
Hex BD 13 A2 0 5A E 1A 136 52 29
Octal 275 23 242 0 132 16 32 466 122 51
Binary 10111101 10011 10100010 0 1011010 1110 11010 100110110 1010010 101001

Color Harmonies of #BD13A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD13A2

Black with #BD13A2

Text Example


Text Example

White with #BD13A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD13A2; }

 p { color: rgb(189,19,162); }

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

background-color css

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

 a { background-color: rgb(189,19,162); }

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

border-color css

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

 span { border-color: rgb(189,19,162); }

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