Html Css Color HEX #B345BB Fuchsia

📋 copy color: '#B345BB'

red 179 ◦ green 69 ◦ blue 187

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

Shades of Fuchsia #B345BB

Tints of Fuchsia #B345BB

RGB

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

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

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

R = 41.15%
G = 15.86%
B = 42.99%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B345BB (or 0xB345BB) is known color: Fuchsia. HEX triplet: B3, 45 and BB. RGB value is (179,69,187). Sum of RGB (Red+Green+Blue) = 179+69+187=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #B345BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B345BB is #4CBA44. Grayscale: #727272. Windows color (decimal): -5028421 or 12273075. OLE color: 12273075.

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

Color convert

RGB 179 69 187 -
CMYK 0.04 0.63 0 0.27
HSL 295.93º 0.46% 0.5% -
HSV(B) 295.93º 0.63% 0.73% -
XYZ 29.69 17.43 48.81 -
YUV 115.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 179 69 187 0.04 0.63 0 0.27 295.93 0.46 0.5
Hex B3 45 BB 4 3F 0 1B 128 2E 32
Octal 263 105 273 4 77 0 33 450 56 62
Binary 10110011 1000101 10111011 100 111111 0 11011 100101000 101110 110010

Color Harmonies of #B345BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345BB

Black with #B345BB

Text Example


Text Example

White with #B345BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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