Html Css Color HEX #B430A1 Medium Red Violet

📋 copy color: '#B430A1'

red 180 ◦ green 48 ◦ blue 161

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

Shades of Medium Red Violet #B430A1

Tints of Medium Red Violet #B430A1

RGB

 RED value IS 180 (70.7% from 255) = 46.27%

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

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

R = 46.27%
G = 12.34%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B430A1 (or 0xB430A1) is known color: Medium Red Violet. HEX triplet: B4, 30 and A1. RGB value is (180,48,161). Sum of RGB (Red+Green+Blue) = 180+48+161=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B430A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B430A1 is #4BCF5E. Grayscale: #646464. Windows color (decimal): -4968287 or 10563764. OLE color: 10563764.

HSL color Cylindrical-coordinate representation of color #B430A1: hue angle of 308.64º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B430A1 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 48 161 -
CMYK 0 0.73 0.11 0.29
HSL 308.64º 0.58% 0.45% -
HSV(B) 308.64º 0.73% 0.71% -
XYZ 26.31 14.39 35.11 -
YUV 100.35 162.23 184.81 -
System Red Green Blue C M Y K H S L
Decimal 180 48 161 0 0.73 0.11 0.29 308.64 0.58 0.45
Hex B4 30 A1 0 49 B 1D 135 3A 2D
Octal 264 60 241 0 111 13 35 465 72 55
Binary 10110100 110000 10100001 0 1001001 1011 11101 100110101 111010 101101

Color Harmonies of #B430A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430A1

Black with #B430A1

Text Example


Text Example

White with #B430A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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