Html Css Color HEX #B33AA7 Fuchsia

📋 copy color: '#B33AA7'

red 179 ◦ green 58 ◦ blue 167

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

Shades of Fuchsia #B33AA7

Tints of Fuchsia #B33AA7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.36%

 BLUE value IS 167 (65.63% from 255) = 41.34%

R = 44.31%
G = 14.36%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B33AA7 (or 0xB33AA7) is known color: Fuchsia. HEX triplet: B3, 3A and A7. RGB value is (179,58,167). Sum of RGB (Red+Green+Blue) = 179+58+167=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B33AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33AA7 is #4CC558. Grayscale: #6A6A6A. Windows color (decimal): -5031257 or 10959539. OLE color: 10959539.

HSL color Cylindrical-coordinate representation of color #B33AA7: hue angle of 305.95º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33AA7 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 58 167 -
CMYK 0 0.68 0.07 0.30
HSL 305.95º 0.51% 0.46% -
HSV(B) 305.95º 0.68% 0.7% -
XYZ 27.08 15.4 38.1 -
YUV 106.61 162.09 179.64 -
System Red Green Blue C M Y K H S L
Decimal 179 58 167 0 0.68 0.07 0.30 305.95 0.51 0.46
Hex B3 3A A7 0 44 7 1E 132 33 2E
Octal 263 72 247 0 104 7 36 462 63 56
Binary 10110011 111010 10100111 0 1000100 111 11110 100110010 110011 101110

Color Harmonies of #B33AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33AA7

Black with #B33AA7

Text Example


Text Example

White with #B33AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33AA7; }

 p { color: rgb(179,58,167); }

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

background-color css

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

 a { background-color: rgb(179,58,167); }

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

border-color css

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

 span { border-color: rgb(179,58,167); }

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