Html Css Color HEX #B345BE Fuchsia

📋 copy color: '#B345BE'

red 179 ◦ green 69 ◦ blue 190

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

Shades of Fuchsia #B345BE

Tints of Fuchsia #B345BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 40.87%
G = 15.75%
B = 43.38%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B345BE (or 0xB345BE) is known color: Fuchsia. HEX triplet: B3, 45 and BE. RGB value is (179,69,190). Sum of RGB (Red+Green+Blue) = 179+69+190=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #B345BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B345BE is #4CBA41. Grayscale: #737373. Windows color (decimal): -5028418 or 12469683. OLE color: 12469683.

HSL color Cylindrical-coordinate representation of color #B345BE: hue angle of 294.55º degrees, saturation: 0.48, 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 #B345BE is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 69 190 -
CMYK 0.06 0.64 0 0.25
HSL 294.55º 0.48% 0.51% -
HSV(B) 294.55º 0.64% 0.75% -
XYZ 30.01 17.56 50.52 -
YUV 115.68 169.94 173.16 -
System Red Green Blue C M Y K H S L
Decimal 179 69 190 0.06 0.64 0 0.25 294.55 0.48 0.51
Hex B3 45 BE 6 40 0 19 127 30 33
Octal 263 105 276 6 100 0 31 447 60 63
Binary 10110011 1000101 10111110 110 1000000 0 11001 100100111 110000 110011

Color Harmonies of #B345BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345BE

Black with #B345BE

Text Example


Text Example

White with #B345BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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