Html Css Color HEX #B33BAB Fuchsia

📋 copy color: '#B33BAB'

red 179 ◦ green 59 ◦ blue 171

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

Shades of Fuchsia #B33BAB

Tints of Fuchsia #B33BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 43.77%
G = 14.43%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B33BAB (or 0xB33BAB) is known color: Fuchsia. HEX triplet: B3, 3B and AB. RGB value is (179,59,171). Sum of RGB (Red+Green+Blue) = 179+59+171=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B33BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33BAB is #4CC454. Grayscale: #6B6B6B. Windows color (decimal): -5030997 or 11221939. OLE color: 11221939.

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

Color convert

RGB 179 59 171 -
CMYK 0 0.67 0.04 0.30
HSL 304º 0.5% 0.47% -
HSV(B) 304º 0.67% 0.7% -
XYZ 27.51 15.65 40.1 -
YUV 107.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 179 59 171 0 0.67 0.04 0.30 304 0.5 0.47
Hex B3 3B AB 0 43 4 1E 130 32 2F
Octal 263 73 253 0 103 4 36 460 62 57
Binary 10110011 111011 10101011 0 1000011 100 11110 100110000 110010 101111

Color Harmonies of #B33BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33BAB

Black with #B33BAB

Text Example


Text Example

White with #B33BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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