Html Css Color HEX #B33DAE Fuchsia

📋 copy color: '#B33DAE'

red 179 ◦ green 61 ◦ blue 174

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

Shades of Fuchsia #B33DAE

Tints of Fuchsia #B33DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.73%

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 43.24%
G = 14.73%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B33DAE (or 0xB33DAE) is known color: Fuchsia. HEX triplet: B3, 3D and AE. RGB value is (179,61,174). Sum of RGB (Red+Green+Blue) = 179+61+174=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B33DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33DAE is #4CC251. Grayscale: #6C6C6C. Windows color (decimal): -5030482 or 11419059. OLE color: 11419059.

HSL color Cylindrical-coordinate representation of color #B33DAE: hue angle of 302.54º degrees, saturation: 0.49, 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 #B33DAE is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 61 174 -
CMYK 0 0.66 0.03 0.30
HSL 302.54º 0.49% 0.47% -
HSV(B) 302.54º 0.66% 0.7% -
XYZ 27.9 15.98 41.66 -
YUV 109.16 164.59 177.81 -
System Red Green Blue C M Y K H S L
Decimal 179 61 174 0 0.66 0.03 0.30 302.54 0.49 0.47
Hex B3 3D AE 0 42 3 1E 12F 31 2F
Octal 263 75 256 0 102 3 36 457 61 57
Binary 10110011 111101 10101110 0 1000010 11 11110 100101111 110001 101111

Color Harmonies of #B33DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33DAE

Black with #B33DAE

Text Example


Text Example

White with #B33DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33DAE; }

 p { color: rgb(179,61,174); }

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

background-color css

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

 a { background-color: rgb(179,61,174); }

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

border-color css

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

 span { border-color: rgb(179,61,174); }

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