Html Css Color HEX #B33CB2 Fuchsia

📋 copy color: '#B33CB2'

red 179 ◦ green 60 ◦ blue 178

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

Shades of Fuchsia #B33CB2

Tints of Fuchsia #B33CB2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.39%

 BLUE value IS 178 (69.92% from 255) = 42.69%

R = 42.93%
G = 14.39%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B33CB2 (or 0xB33CB2) is known color: Fuchsia. HEX triplet: B3, 3C and B2. RGB value is (179,60,178). Sum of RGB (Red+Green+Blue) = 179+60+178=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B33CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33CB2 is #4CC34D. Grayscale: #6C6C6C. Windows color (decimal): -5030734 or 11680947. OLE color: 11680947.

HSL color Cylindrical-coordinate representation of color #B33CB2: hue angle of 300.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33CB2 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 60 178 -
CMYK 0 0.66 0.01 0.30
HSL 300.5º 0.5% 0.47% -
HSV(B) 300.5º 0.66% 0.7% -
XYZ 28.24 16.03 43.73 -
YUV 109.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 179 60 178 0 0.66 0.01 0.30 300.5 0.5 0.47
Hex B3 3C B2 0 42 1 1E 12D 32 2F
Octal 263 74 262 0 102 1 36 455 62 57
Binary 10110011 111100 10110010 0 1000010 1 11110 100101101 110010 101111

Color Harmonies of #B33CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33CB2

Black with #B33CB2

Text Example


Text Example

White with #B33CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33CB2; }

 p { color: rgb(179,60,178); }

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

background-color css

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

 a { background-color: rgb(179,60,178); }

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

border-color css

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

 span { border-color: rgb(179,60,178); }

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