Html Css Color HEX #B33BBC Fuchsia

📋 copy color: '#B33BBC'

red 179 ◦ green 59 ◦ blue 188

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

Shades of Fuchsia #B33BBC

Tints of Fuchsia #B33BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.85%

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

R = 42.02%
G = 13.85%
B = 44.13%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B33BBC (or 0xB33BBC) is known color: Fuchsia. HEX triplet: B3, 3B and BC. RGB value is (179,59,188). Sum of RGB (Red+Green+Blue) = 179+59+188=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #B33BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33BBC is #4CC443. Grayscale: #6D6D6D. Windows color (decimal): -5030980 or 12336051. OLE color: 12336051.

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

Color convert

RGB 179 59 188 -
CMYK 0.05 0.69 0 0.26
HSL 295.81º 0.52% 0.48% -
HSV(B) 295.81º 0.69% 0.74% -
XYZ 29.23 16.34 49.19 -
YUV 109.59 172.26 177.51 -
System Red Green Blue C M Y K H S L
Decimal 179 59 188 0.05 0.69 0 0.26 295.81 0.52 0.48
Hex B3 3B BC 5 45 0 1A 128 34 30
Octal 263 73 274 5 105 0 32 450 64 60
Binary 10110011 111011 10111100 101 1000101 0 11010 100101000 110100 110000

Color Harmonies of #B33BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33BBC

Black with #B33BBC

Text Example


Text Example

White with #B33BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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