Html Css Color HEX #B348C0 Fuchsia

📋 copy color: '#B348C0'

red 179 ◦ green 72 ◦ blue 192

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

Shades of Fuchsia #B348C0

Tints of Fuchsia #B348C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.34%

R = 40.41%
G = 16.25%
B = 43.34%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B348C0 (or 0xB348C0) is known color: Fuchsia. HEX triplet: B3, 48 and C0. RGB value is (179,72,192). Sum of RGB (Red+Green+Blue) = 179+72+192=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #B348C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348C0 is #4CB73F. Grayscale: #757575. Windows color (decimal): -5027648 or 12601523. OLE color: 12601523.

HSL color Cylindrical-coordinate representation of color #B348C0: hue angle of 293.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B348C0 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 72 192 -
CMYK 0.07 0.63 0 0.25
HSL 293.5º 0.49% 0.52% -
HSV(B) 293.5º 0.63% 0.75% -
XYZ 30.42 18.02 51.74 -
YUV 117.67 169.95 171.74 -
System Red Green Blue C M Y K H S L
Decimal 179 72 192 0.07 0.63 0 0.25 293.5 0.49 0.52
Hex B3 48 C0 7 3F 0 19 126 31 34
Octal 263 110 300 7 77 0 31 446 61 64
Binary 10110011 1001000 11000000 111 111111 0 11001 100100110 110001 110100

Color Harmonies of #B348C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B348C0

Black with #B348C0

Text Example


Text Example

White with #B348C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B348C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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