Html Css Color HEX #B33DB1 Fuchsia

📋 copy color: '#B33DB1'

red 179 ◦ green 61 ◦ blue 177

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

Shades of Fuchsia #B33DB1

Tints of Fuchsia #B33DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.45%

R = 42.93%
G = 14.63%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B33DB1 (or 0xB33DB1) is known color: Fuchsia. HEX triplet: B3, 3D and B1. RGB value is (179,61,177). Sum of RGB (Red+Green+Blue) = 179+61+177=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B33DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33DB1 is #4CC24E. Grayscale: #6D6D6D. Windows color (decimal): -5030479 or 11615667. OLE color: 11615667.

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

Color convert

RGB 179 61 177 -
CMYK 0 0.66 0.01 0.30
HSL 301.02º 0.49% 0.47% -
HSV(B) 301.02º 0.66% 0.7% -
XYZ 28.19 16.1 43.22 -
YUV 109.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 179 61 177 0 0.66 0.01 0.30 301.02 0.49 0.47
Hex B3 3D B1 0 42 1 1E 12D 31 2F
Octal 263 75 261 0 102 1 36 455 61 57
Binary 10110011 111101 10110001 0 1000010 1 11110 100101101 110001 101111

Color Harmonies of #B33DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33DB1

Black with #B33DB1

Text Example


Text Example

White with #B33DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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