Html Css Color HEX #B348AF Fuchsia

📋 copy color: '#B348AF'

red 179 ◦ green 72 ◦ blue 175

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

Shades of Fuchsia #B348AF

Tints of Fuchsia #B348AF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.9%

 BLUE value IS 175 (68.75% from 255) = 41.08%

R = 42.02%
G = 16.9%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B348AF (or 0xB348AF) is known color: Fuchsia. HEX triplet: B3, 48 and AF. RGB value is (179,72,175). Sum of RGB (Red+Green+Blue) = 179+72+175=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B348AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B348AF is #4CB750. Grayscale: #737373. Windows color (decimal): -5027665 or 11487411. OLE color: 11487411.

HSL color Cylindrical-coordinate representation of color #B348AF: hue angle of 302.24º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B348AF is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 72 175 -
CMYK 0 0.60 0.02 0.30
HSL 302.24º 0.43% 0.49% -
HSV(B) 302.24º 0.6% 0.7% -
XYZ 28.65 17.31 42.39 -
YUV 115.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 179 72 175 0 0.60 0.02 0.30 302.24 0.43 0.49
Hex B3 48 AF 0 3C 2 1E 12E 2B 31
Octal 263 110 257 0 74 2 36 456 53 61
Binary 10110011 1001000 10101111 0 111100 10 11110 100101110 101011 110001

Color Harmonies of #B348AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B348AF

Black with #B348AF

Text Example


Text Example

White with #B348AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B348AF; }

 p { color: rgb(179,72,175); }

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

background-color css

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

 a { background-color: rgb(179,72,175); }

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

border-color css

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

 span { border-color: rgb(179,72,175); }

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