Html Css Color HEX #B430B5 Fuchsia

📋 copy color: '#B430B5'

red 180 ◦ green 48 ◦ blue 181

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

Shades of Fuchsia #B430B5

Tints of Fuchsia #B430B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.25%

R = 44.01%
G = 11.74%
B = 44.25%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B430B5 (or 0xB430B5) is known color: Fuchsia. HEX triplet: B4, 30 and B5. RGB value is (180,48,181). Sum of RGB (Red+Green+Blue) = 180+48+181=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 181 - color contains mainly: blue. Hex color #B430B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430B5 is #4BCF4A. Grayscale: #666666. Windows color (decimal): -4968267 or 11874484. OLE color: 11874484.

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

Color convert

RGB 180 48 181 -
CMYK 0.01 0.73 0 0.29
HSL 299.55º 0.58% 0.45% -
HSV(B) 299.55º 0.73% 0.71% -
XYZ 28.22 15.15 45.15 -
YUV 102.63 172.23 183.19 -
System Red Green Blue C M Y K H S L
Decimal 180 48 181 0.01 0.73 0 0.29 299.55 0.58 0.45
Hex B4 30 B5 1 49 0 1D 12C 3A 2D
Octal 264 60 265 1 111 0 35 454 72 55
Binary 10110100 110000 10110101 1 1001001 0 11101 100101100 111010 101101

Color Harmonies of #B430B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430B5

Black with #B430B5

Text Example


Text Example

White with #B430B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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