Html Css Color HEX #B345C0 Fuchsia

📋 copy color: '#B345C0'

red 179 ◦ green 69 ◦ blue 192

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

Shades of Fuchsia #B345C0

Tints of Fuchsia #B345C0

RGB

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

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

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

R = 40.68%
G = 15.68%
B = 43.64%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B345C0 (or 0xB345C0) is known color: Fuchsia. HEX triplet: B3, 45 and C0. RGB value is (179,69,192). Sum of RGB (Red+Green+Blue) = 179+69+192=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #B345C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B345C0 is #4CBA3F. Grayscale: #737373. Windows color (decimal): -5028416 or 12600755. OLE color: 12600755.

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

Color convert

RGB 179 69 192 -
CMYK 0.07 0.64 0 0.25
HSL 293.66º 0.49% 0.51% -
HSV(B) 293.66º 0.64% 0.75% -
XYZ 30.23 17.65 51.68 -
YUV 115.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 179 69 192 0.07 0.64 0 0.25 293.66 0.49 0.51
Hex B3 45 C0 7 40 0 19 126 31 33
Octal 263 105 300 7 100 0 31 446 61 63
Binary 10110011 1000101 11000000 111 1000000 0 11001 100100110 110001 110011

Color Harmonies of #B345C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345C0

Black with #B345C0

Text Example


Text Example

White with #B345C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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