Html Css Color HEX #B430A6 Medium Red Violet

📋 copy color: '#B430A6'

red 180 ◦ green 48 ◦ blue 166

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

Shades of Medium Red Violet #B430A6

Tints of Medium Red Violet #B430A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.13%

R = 45.69%
G = 12.18%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B430A6 (or 0xB430A6) is known color: Medium Red Violet. HEX triplet: B4, 30 and A6. RGB value is (180,48,166). Sum of RGB (Red+Green+Blue) = 180+48+166=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B430A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B430A6 is #4BCF59. Grayscale: #646464. Windows color (decimal): -4968282 or 10891444. OLE color: 10891444.

HSL color Cylindrical-coordinate representation of color #B430A6: hue angle of 306.36º 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 #B430A6 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 48 166 -
CMYK 0 0.73 0.08 0.29
HSL 306.36º 0.58% 0.45% -
HSV(B) 306.36º 0.73% 0.71% -
XYZ 26.76 14.57 37.48 -
YUV 100.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 180 48 166 0 0.73 0.08 0.29 306.36 0.58 0.45
Hex B4 30 A6 0 49 8 1D 132 3A 2D
Octal 264 60 246 0 111 10 35 462 72 55
Binary 10110100 110000 10100110 0 1001001 1000 11101 100110010 111010 101101

Color Harmonies of #B430A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430A6

Black with #B430A6

Text Example


Text Example

White with #B430A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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