Html Css Color HEX #B333BC Fuchsia

📋 copy color: '#B333BC'

red 179 ◦ green 51 ◦ blue 188

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

Shades of Fuchsia #B333BC

Tints of Fuchsia #B333BC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.2%

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 42.82%
G = 12.2%
B = 44.98%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B333BC (or 0xB333BC) is known color: Fuchsia. HEX triplet: B3, 33 and BC. RGB value is (179,51,188). Sum of RGB (Red+Green+Blue) = 179+51+188=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #B333BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333BC is #4CCC43. Grayscale: #686868. Windows color (decimal): -5033028 or 12334003. OLE color: 12334003.

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

Color convert

RGB 179 51 188 -
CMYK 0.05 0.73 0 0.26
HSL 296.06º 0.57% 0.47% -
HSV(B) 296.06º 0.73% 0.74% -
XYZ 28.85 15.58 49.06 -
YUV 104.89 174.91 180.86 -
System Red Green Blue C M Y K H S L
Decimal 179 51 188 0.05 0.73 0 0.26 296.06 0.57 0.47
Hex B3 33 BC 5 49 0 1A 128 39 2F
Octal 263 63 274 5 111 0 32 450 71 57
Binary 10110011 110011 10111100 101 1001001 0 11010 100101000 111001 101111

Color Harmonies of #B333BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333BC

Black with #B333BC

Text Example


Text Example

White with #B333BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333BC; }

 p { color: rgb(179,51,188); }

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

background-color css

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

 a { background-color: rgb(179,51,188); }

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

border-color css

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

 span { border-color: rgb(179,51,188); }

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