Html Css Color HEX #B348BB Fuchsia

📋 copy color: '#B348BB'

red 179 ◦ green 72 ◦ blue 187

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

Shades of Fuchsia #B348BB

Tints of Fuchsia #B348BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 40.87%
G = 16.44%
B = 42.69%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B348BB (or 0xB348BB) is known color: Fuchsia. HEX triplet: B3, 48 and BB. RGB value is (179,72,187). Sum of RGB (Red+Green+Blue) = 179+72+187=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #B348BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348BB is #4CB744. Grayscale: #747474. Windows color (decimal): -5027653 or 12273843. OLE color: 12273843.

HSL color Cylindrical-coordinate representation of color #B348BB: hue angle of 295.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B348BB is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 72 187 -
CMYK 0.04 0.61 0 0.27
HSL 295.83º 0.46% 0.51% -
HSV(B) 295.83º 0.61% 0.73% -
XYZ 29.88 17.81 48.88 -
YUV 117.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 179 72 187 0.04 0.61 0 0.27 295.83 0.46 0.51
Hex B3 48 BB 4 3D 0 1B 128 2E 33
Octal 263 110 273 4 75 0 33 450 56 63
Binary 10110011 1001000 10111011 100 111101 0 11011 100101000 101110 110011

Color Harmonies of #B348BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B348BB

Black with #B348BB

Text Example


Text Example

White with #B348BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B348BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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