Html Css Color HEX #B348BC Fuchsia

📋 copy color: '#B348BC'

red 179 ◦ green 72 ◦ blue 188

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

Shades of Fuchsia #B348BC

Tints of Fuchsia #B348BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 40.77%
G = 16.4%
B = 42.82%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B348BC (or 0xB348BC) is known color: Fuchsia. HEX triplet: B3, 48 and BC. RGB value is (179,72,188). Sum of RGB (Red+Green+Blue) = 179+72+188=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #B348BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348BC is #4CB743. Grayscale: #747474. Windows color (decimal): -5027652 or 12339379. OLE color: 12339379.

HSL color Cylindrical-coordinate representation of color #B348BC: hue angle of 295.34º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B348BC is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 72 188 -
CMYK 0.05 0.62 0 0.26
HSL 295.34º 0.46% 0.51% -
HSV(B) 295.34º 0.62% 0.74% -
XYZ 29.98 17.85 49.44 -
YUV 117.22 167.95 172.07 -
System Red Green Blue C M Y K H S L
Decimal 179 72 188 0.05 0.62 0 0.26 295.34 0.46 0.51
Hex B3 48 BC 5 3E 0 1A 127 2E 33
Octal 263 110 274 5 76 0 32 447 56 63
Binary 10110011 1001000 10111100 101 111110 0 11010 100100111 101110 110011

Color Harmonies of #B348BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B348BC

Black with #B348BC

Text Example


Text Example

White with #B348BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B348BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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