Html Css Color HEX #B345A8 Fuchsia

📋 copy color: '#B345A8'

red 179 ◦ green 69 ◦ blue 168

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

Shades of Fuchsia #B345A8

Tints of Fuchsia #B345A8

RGB

 RED value IS 179 (70.31% from 255) = 43.03%

 GREEN value IS 69 (27.34% from 255) = 16.59%

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

R = 43.03%
G = 16.59%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B345A8 (or 0xB345A8) is known color: Fuchsia. HEX triplet: B3, 45 and A8. RGB value is (179,69,168). Sum of RGB (Red+Green+Blue) = 179+69+168=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B345A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B345A8 is #4CBA57. Grayscale: #707070. Windows color (decimal): -5028440 or 11027891. OLE color: 11027891.

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

Color convert

RGB 179 69 168 -
CMYK 0 0.61 0.06 0.30
HSL 306º 0.44% 0.49% -
HSV(B) 306º 0.61% 0.7% -
XYZ 27.79 16.67 38.8 -
YUV 113.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 179 69 168 0 0.61 0.06 0.30 306 0.44 0.49
Hex B3 45 A8 0 3D 6 1E 132 2C 31
Octal 263 105 250 0 75 6 36 462 54 61
Binary 10110011 1000101 10101000 0 111101 110 11110 100110010 101100 110001

Color Harmonies of #B345A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345A8

Black with #B345A8

Text Example


Text Example

White with #B345A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345A8; }

 p { color: rgb(179,69,168); }

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

background-color css

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

 a { background-color: rgb(179,69,168); }

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

border-color css

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

 span { border-color: rgb(179,69,168); }

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