Html Css Color HEX #B030B2 Fuchsia

📋 copy color: '#B030B2'

red 176 ◦ green 48 ◦ blue 178

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

Shades of Fuchsia #B030B2

Tints of Fuchsia #B030B2

RGB

 RED value IS 176 (69.14% from 255) = 43.78%

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

 BLUE value IS 178 (69.92% from 255) = 44.28%

R = 43.78%
G = 11.94%
B = 44.28%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B030B2 (or 0xB030B2) is known color: Fuchsia. HEX triplet: B0, 30 and B2. RGB value is (176,48,178). Sum of RGB (Red+Green+Blue) = 176+48+178=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 178 - color contains mainly: blue. Hex color #B030B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B030B2 is #4FCF4D. Grayscale: #646464. Windows color (decimal): -5230414 or 11677872. OLE color: 11677872.

HSL color Cylindrical-coordinate representation of color #B030B2: hue angle of 299.08º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B030B2 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 48 178 -
CMYK 0.01 0.73 0 0.30
HSL 299.08º 0.58% 0.44% -
HSV(B) 299.08º 0.73% 0.7% -
XYZ 27 14.56 43.51 -
YUV 101.09 171.41 181.43 -
System Red Green Blue C M Y K H S L
Decimal 176 48 178 0.01 0.73 0 0.30 299.08 0.58 0.44
Hex B0 30 B2 1 49 0 1E 12B 3A 2C
Octal 260 60 262 1 111 0 36 453 72 54
Binary 10110000 110000 10110010 1 1001001 0 11110 100101011 111010 101100

Color Harmonies of #B030B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B030B2

Black with #B030B2

Text Example


Text Example

White with #B030B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B030B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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