Html Css Color HEX #BD30A2 Medium Red Violet

📋 copy color: '#BD30A2'

red 189 ◦ green 48 ◦ blue 162

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

Shades of Medium Red Violet #BD30A2

Tints of Medium Red Violet #BD30A2

RGB

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

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

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

R = 47.37%
G = 12.03%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD30A2 (or 0xBD30A2) is known color: Medium Red Violet. HEX triplet: BD, 30 and A2. RGB value is (189,48,162). Sum of RGB (Red+Green+Blue) = 189+48+162=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD30A2 is #42CF5D. Grayscale: #666666. Windows color (decimal): -4378462 or 10629309. OLE color: 10629309.

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

Color convert

RGB 189 48 162 -
CMYK 0 0.75 0.14 0.26
HSL 311.49º 0.59% 0.46% -
HSV(B) 311.49º 0.75% 0.74% -
XYZ 28.56 15.54 35.68 -
YUV 103.16 161.21 189.23 -
System Red Green Blue C M Y K H S L
Decimal 189 48 162 0 0.75 0.14 0.26 311.49 0.59 0.46
Hex BD 30 A2 0 4B E 1A 137 3B 2E
Octal 275 60 242 0 113 16 32 467 73 56
Binary 10111101 110000 10100010 0 1001011 1110 11010 100110111 111011 101110

Color Harmonies of #BD30A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30A2

Black with #BD30A2

Text Example


Text Example

White with #BD30A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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