Html Css Color HEX #B33FBA Fuchsia

📋 copy color: '#B33FBA'

red 179 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #B33FBA

Tints of Fuchsia #B33FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.72%

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 41.82%
G = 14.72%
B = 43.46%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B33FBA (or 0xB33FBA) is known color: Fuchsia. HEX triplet: B3, 3F and BA. RGB value is (179,63,186). Sum of RGB (Red+Green+Blue) = 179+63+186=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #B33FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FBA is #4CC045. Grayscale: #6F6F6F. Windows color (decimal): -5029958 or 12206003. OLE color: 12206003.

HSL color Cylindrical-coordinate representation of color #B33FBA: hue angle of 296.59º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33FBA is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 63 186 -
CMYK 0.04 0.66 0 0.27
HSL 296.59º 0.49% 0.49% -
HSV(B) 296.59º 0.66% 0.73% -
XYZ 29.23 16.68 48.13 -
YUV 111.71 169.93 176 -
System Red Green Blue C M Y K H S L
Decimal 179 63 186 0.04 0.66 0 0.27 296.59 0.49 0.49
Hex B3 3F BA 4 42 0 1B 129 31 31
Octal 263 77 272 4 102 0 33 451 61 61
Binary 10110011 111111 10111010 100 1000010 0 11011 100101001 110001 110001

Color Harmonies of #B33FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33FBA

Black with #B33FBA

Text Example


Text Example

White with #B33FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33FBA; }

 p { color: rgb(179,63,186); }

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

background-color css

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

 a { background-color: rgb(179,63,186); }

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

border-color css

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

 span { border-color: rgb(179,63,186); }

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