Html Css Color HEX #BD30A1 Medium Red Violet

📋 copy color: '#BD30A1'

red 189 ◦ green 48 ◦ blue 161

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

Shades of Medium Red Violet #BD30A1

Tints of Medium Red Violet #BD30A1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.06%

 BLUE value IS 161 (63.28% from 255) = 40.45%

R = 47.49%
G = 12.06%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD30A1 (or 0xBD30A1) is known color: Medium Red Violet. HEX triplet: BD, 30 and A1. RGB value is (189,48,161). Sum of RGB (Red+Green+Blue) = 189+48+161=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD30A1 is #42CF5E. Grayscale: #666666. Windows color (decimal): -4378463 or 10563773. OLE color: 10563773.

HSL color Cylindrical-coordinate representation of color #BD30A1: hue angle of 311.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD30A1 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 48 161 -
CMYK 0 0.75 0.15 0.26
HSL 311.91º 0.59% 0.46% -
HSV(B) 311.91º 0.75% 0.74% -
XYZ 28.48 15.51 35.21 -
YUV 103.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 189 48 161 0 0.75 0.15 0.26 311.91 0.59 0.46
Hex BD 30 A1 0 4B F 1A 138 3B 2E
Octal 275 60 241 0 113 17 32 470 73 56
Binary 10111101 110000 10100001 0 1001011 1111 11010 100111000 111011 101110

Color Harmonies of #BD30A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30A1

Black with #BD30A1

Text Example


Text Example

White with #BD30A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30A1; }

 p { color: rgb(189,48,161); }

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

background-color css

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

 a { background-color: rgb(189,48,161); }

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

border-color css

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

 span { border-color: rgb(189,48,161); }

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