Html Css Color HEX #B430B0 Fuchsia

📋 copy color: '#B430B0'

red 180 ◦ green 48 ◦ blue 176

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

Shades of Fuchsia #B430B0

Tints of Fuchsia #B430B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.56%

R = 44.55%
G = 11.88%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B430B0 (or 0xB430B0) is known color: Fuchsia. HEX triplet: B4, 30 and B0. RGB value is (180,48,176). Sum of RGB (Red+Green+Blue) = 180+48+176=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B430B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B430B0 is #4BCF4F. Grayscale: #656565. Windows color (decimal): -4968272 or 11546804. OLE color: 11546804.

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

Color convert

RGB 180 48 176 -
CMYK 0 0.73 0.02 0.29
HSL 301.82º 0.58% 0.45% -
HSV(B) 301.82º 0.73% 0.71% -
XYZ 27.72 14.95 42.5 -
YUV 102.06 169.73 183.59 -
System Red Green Blue C M Y K H S L
Decimal 180 48 176 0 0.73 0.02 0.29 301.82 0.58 0.45
Hex B4 30 B0 0 49 2 1D 12E 3A 2D
Octal 264 60 260 0 111 2 35 456 72 55
Binary 10110100 110000 10110000 0 1001001 10 11101 100101110 111010 101101

Color Harmonies of #B430B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430B0

Black with #B430B0

Text Example


Text Example

White with #B430B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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