Html Css Color HEX #B034A8 Fuchsia

📋 copy color: '#B034A8'

red 176 ◦ green 52 ◦ blue 168

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

Shades of Fuchsia #B034A8

Tints of Fuchsia #B034A8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.13%

 BLUE value IS 168 (66.02% from 255) = 42.42%

R = 44.44%
G = 13.13%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B034A8 (or 0xB034A8) is known color: Fuchsia. HEX triplet: B0, 34 and A8. RGB value is (176,52,168). Sum of RGB (Red+Green+Blue) = 176+52+168=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B034A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B034A8 is #4FCB57. Grayscale: #656565. Windows color (decimal): -5229400 or 11023536. OLE color: 11023536.

HSL color Cylindrical-coordinate representation of color #B034A8: hue angle of 303.87º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B034A8 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 168 -
CMYK 0 0.70 0.05 0.31
HSL 303.87º 0.54% 0.45% -
HSV(B) 303.87º 0.7% 0.69% -
XYZ 26.2 14.51 38.47 -
YUV 102.3 165.08 180.57 -
System Red Green Blue C M Y K H S L
Decimal 176 52 168 0 0.70 0.05 0.31 303.87 0.54 0.45
Hex B0 34 A8 0 46 5 1F 130 36 2D
Octal 260 64 250 0 106 5 37 460 66 55
Binary 10110000 110100 10101000 0 1000110 101 11111 100110000 110110 101101

Color Harmonies of #B034A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B034A8

Black with #B034A8

Text Example


Text Example

White with #B034A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B034A8; }

 p { color: rgb(176,52,168); }

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

background-color css

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

 a { background-color: rgb(176,52,168); }

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

border-color css

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

 span { border-color: rgb(176,52,168); }

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