Html Css Color HEX #B334BE Fuchsia

📋 copy color: '#B334BE'

red 179 ◦ green 52 ◦ blue 190

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

Shades of Fuchsia #B334BE

Tints of Fuchsia #B334BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.35%

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

R = 42.52%
G = 12.35%
B = 45.13%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B334BE (or 0xB334BE) is known color: Fuchsia. HEX triplet: B3, 34 and BE. RGB value is (179,52,190). Sum of RGB (Red+Green+Blue) = 179+52+190=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #B334BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334BE is #4CCB41. Grayscale: #696969. Windows color (decimal): -5032770 or 12465331. OLE color: 12465331.

HSL color Cylindrical-coordinate representation of color #B334BE: hue angle of 295.22º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B334BE is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 52 190 -
CMYK 0.06 0.73 0 0.25
HSL 295.22º 0.57% 0.47% -
HSV(B) 295.22º 0.73% 0.75% -
XYZ 29.11 15.76 50.22 -
YUV 105.71 175.58 180.28 -
System Red Green Blue C M Y K H S L
Decimal 179 52 190 0.06 0.73 0 0.25 295.22 0.57 0.47
Hex B3 34 BE 6 49 0 19 127 39 2F
Octal 263 64 276 6 111 0 31 447 71 57
Binary 10110011 110100 10111110 110 1001001 0 11001 100100111 111001 101111

Color Harmonies of #B334BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334BE

Black with #B334BE

Text Example


Text Example

White with #B334BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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