Html Css Color HEX #B430AD Fuchsia

📋 copy color: '#B430AD'

red 180 ◦ green 48 ◦ blue 173

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

Shades of Fuchsia #B430AD

Tints of Fuchsia #B430AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.14%

R = 44.89%
G = 11.97%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B430AD (or 0xB430AD) is known color: Fuchsia. HEX triplet: B4, 30 and AD. RGB value is (180,48,173). Sum of RGB (Red+Green+Blue) = 180+48+173=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B430AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B430AD is #4BCF52. Grayscale: #656565. Windows color (decimal): -4968275 or 11350196. OLE color: 11350196.

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

Color convert

RGB 180 48 173 -
CMYK 0 0.73 0.04 0.29
HSL 303.18º 0.58% 0.45% -
HSV(B) 303.18º 0.73% 0.71% -
XYZ 27.42 14.83 40.95 -
YUV 101.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 180 48 173 0 0.73 0.04 0.29 303.18 0.58 0.45
Hex B4 30 AD 0 49 4 1D 12F 3A 2D
Octal 264 60 255 0 111 4 35 457 72 55
Binary 10110100 110000 10101101 0 1001001 100 11101 100101111 111010 101101

Color Harmonies of #B430AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430AD

Black with #B430AD

Text Example


Text Example

White with #B430AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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