Html Css Color HEX #B33BB9 Fuchsia

📋 copy color: '#B33BB9'

red 179 ◦ green 59 ◦ blue 185

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

Shades of Fuchsia #B33BB9

Tints of Fuchsia #B33BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.74%

R = 42.32%
G = 13.95%
B = 43.74%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B33BB9 (or 0xB33BB9) is known color: Fuchsia. HEX triplet: B3, 3B and B9. RGB value is (179,59,185). Sum of RGB (Red+Green+Blue) = 179+59+185=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #B33BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33BB9 is #4CC446. Grayscale: #6C6C6C. Windows color (decimal): -5030983 or 12139443. OLE color: 12139443.

HSL color Cylindrical-coordinate representation of color #B33BB9: hue angle of 297.14º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33BB9 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 59 185 -
CMYK 0.03 0.68 0 0.27
HSL 297.14º 0.52% 0.48% -
HSV(B) 297.14º 0.68% 0.73% -
XYZ 28.91 16.21 47.5 -
YUV 109.24 170.76 177.75 -
System Red Green Blue C M Y K H S L
Decimal 179 59 185 0.03 0.68 0 0.27 297.14 0.52 0.48
Hex B3 3B B9 3 44 0 1B 129 34 30
Octal 263 73 271 3 104 0 33 451 64 60
Binary 10110011 111011 10111001 11 1000100 0 11011 100101001 110100 110000

Color Harmonies of #B33BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33BB9

Black with #B33BB9

Text Example


Text Example

White with #B33BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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