Html Css Color HEX #BD30A8 Medium Red Violet

📋 copy color: '#BD30A8'

red 189 ◦ green 48 ◦ blue 168

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

Shades of Medium Red Violet #BD30A8

Tints of Medium Red Violet #BD30A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.48%

R = 46.67%
G = 11.85%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD30A8 (or 0xBD30A8) is known color: Medium Red Violet. HEX triplet: BD, 30 and A8. RGB value is (189,48,168). Sum of RGB (Red+Green+Blue) = 189+48+168=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD30A8 is #42CF57. Grayscale: #676767. Windows color (decimal): -4378456 or 11022525. OLE color: 11022525.

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

Color convert

RGB 189 48 168 -
CMYK 0 0.75 0.11 0.26
HSL 308.94º 0.59% 0.46% -
HSV(B) 308.94º 0.75% 0.74% -
XYZ 29.11 15.76 38.55 -
YUV 103.84 164.21 188.74 -
System Red Green Blue C M Y K H S L
Decimal 189 48 168 0 0.75 0.11 0.26 308.94 0.59 0.46
Hex BD 30 A8 0 4B B 1A 135 3B 2E
Octal 275 60 250 0 113 13 32 465 73 56
Binary 10111101 110000 10101000 0 1001011 1011 11010 100110101 111011 101110

Color Harmonies of #BD30A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30A8

Black with #BD30A8

Text Example


Text Example

White with #BD30A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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