Html Css Color HEX #B344BE Fuchsia

📋 copy color: '#B344BE'

red 179 ◦ green 68 ◦ blue 190

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

Shades of Fuchsia #B344BE

Tints of Fuchsia #B344BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.56%

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

R = 40.96%
G = 15.56%
B = 43.48%

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

#B344BE (or 0xB344BE) is known color: Fuchsia. HEX triplet: B3, 44 and BE. RGB value is (179,68,190). Sum of RGB (Red+Green+Blue) = 179+68+190=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #B344BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344BE is #4CBB41. Grayscale: #727272. Windows color (decimal): -5028674 or 12469427. OLE color: 12469427.

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

Color convert

RGB 179 68 190 -
CMYK 0.06 0.64 0 0.25
HSL 294.59º 0.48% 0.51% -
HSV(B) 294.59º 0.64% 0.75% -
XYZ 29.95 17.44 50.5 -
YUV 115.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 179 68 190 0.06 0.64 0 0.25 294.59 0.48 0.51
Hex B3 44 BE 6 40 0 19 127 30 33
Octal 263 104 276 6 100 0 31 447 60 63
Binary 10110011 1000100 10111110 110 1000000 0 11001 100100111 110000 110011

Color Harmonies of #B344BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344BE

Black with #B344BE

Text Example


Text Example

White with #B344BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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