Html Css Color HEX #B334BF Fuchsia

📋 copy color: '#B334BF'

red 179 ◦ green 52 ◦ blue 191

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

Shades of Fuchsia #B334BF

Tints of Fuchsia #B334BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.26%

R = 42.42%
G = 12.32%
B = 45.26%

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

#B334BF (or 0xB334BF) is known color: Fuchsia. HEX triplet: B3, 34 and BF. RGB value is (179,52,191). Sum of RGB (Red+Green+Blue) = 179+52+191=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #B334BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334BF is #4CCB40. Grayscale: #696969. Windows color (decimal): -5032769 or 12530867. OLE color: 12530867.

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

Color convert

RGB 179 52 191 -
CMYK 0.06 0.73 0 0.25
HSL 294.82º 0.57% 0.48% -
HSV(B) 294.82º 0.73% 0.75% -
XYZ 29.22 15.8 50.8 -
YUV 105.82 176.08 180.2 -
System Red Green Blue C M Y K H S L
Decimal 179 52 191 0.06 0.73 0 0.25 294.82 0.57 0.48
Hex B3 34 BF 6 49 0 19 127 39 30
Octal 263 64 277 6 111 0 31 447 71 60
Binary 10110011 110100 10111111 110 1001001 0 11001 100100111 111001 110000

Color Harmonies of #B334BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334BF

Black with #B334BF

Text Example


Text Example

White with #B334BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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