Html Css Color HEX #B33DB6 Fuchsia

📋 copy color: '#B33DB6'

red 179 ◦ green 61 ◦ blue 182

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

Shades of Fuchsia #B33DB6

Tints of Fuchsia #B33DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.13%

R = 42.42%
G = 14.45%
B = 43.13%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B33DB6 (or 0xB33DB6) is known color: Fuchsia. HEX triplet: B3, 3D and B6. RGB value is (179,61,182). Sum of RGB (Red+Green+Blue) = 179+61+182=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 182 - color contains mainly: blue. Hex color #B33DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DB6 is #4CC249. Grayscale: #6D6D6D. Windows color (decimal): -5030474 or 11943347. OLE color: 11943347.

HSL color Cylindrical-coordinate representation of color #B33DB6: hue angle of 298.51º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33DB6 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 61 182 -
CMYK 0.02 0.66 0 0.29
HSL 298.51º 0.5% 0.48% -
HSV(B) 298.51º 0.66% 0.71% -
XYZ 28.7 16.3 45.89 -
YUV 110.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 179 61 182 0.02 0.66 0 0.29 298.51 0.5 0.48
Hex B3 3D B6 2 42 0 1D 12B 32 30
Octal 263 75 266 2 102 0 35 453 62 60
Binary 10110011 111101 10110110 10 1000010 0 11101 100101011 110010 110000

Color Harmonies of #B33DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33DB6

Black with #B33DB6

Text Example


Text Example

White with #B33DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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