Html Css Color HEX #B33DB3 Fuchsia

📋 copy color: '#B33DB3'

red 179 ◦ green 61 ◦ blue 179

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

Shades of Fuchsia #B33DB3

Tints of Fuchsia #B33DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.72%

R = 42.72%
G = 14.56%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B33DB3 (or 0xB33DB3) is known color: Fuchsia. HEX triplet: B3, 3D and B3. RGB value is (179,61,179). Sum of RGB (Red+Green+Blue) = 179+61+179=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B33DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DB3 is #4CC24C. Grayscale: #6D6D6D. Windows color (decimal): -5030477 or 11746739. OLE color: 11746739.

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

Color convert

RGB 179 61 179 -
CMYK 0 0.66 0 0.30
HSL 300º 0.49% 0.47% -
HSV(B) 300º 0.66% 0.7% -
XYZ 28.4 16.18 44.27 -
YUV 109.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 179 61 179 0 0.66 0 0.30 300 0.49 0.47
Hex B3 3D B3 0 42 0 1E 12C 31 2F
Octal 263 75 263 0 102 0 36 454 61 57
Binary 10110011 111101 10110011 0 1000010 0 11110 100101100 110001 101111

Color Harmonies of #B33DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33DB3

Black with #B33DB3

Text Example


Text Example

White with #B33DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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