Html Css Color HEX #B33DBF Fuchsia

📋 copy color: '#B33DBF'

red 179 ◦ green 61 ◦ blue 191

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

Shades of Fuchsia #B33DBF

Tints of Fuchsia #B33DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 41.53%
G = 14.15%
B = 44.32%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B33DBF (or 0xB33DBF) is known color: Fuchsia. HEX triplet: B3, 3D and BF. RGB value is (179,61,191). Sum of RGB (Red+Green+Blue) = 179+61+191=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #B33DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DBF is #4CC240. Grayscale: #6E6E6E. Windows color (decimal): -5030465 or 12533171. OLE color: 12533171.

HSL color Cylindrical-coordinate representation of color #B33DBF: hue angle of 294.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33DBF is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 61 191 -
CMYK 0.06 0.68 0 0.25
HSL 294.46º 0.52% 0.49% -
HSV(B) 294.46º 0.68% 0.75% -
XYZ 29.66 16.68 50.95 -
YUV 111.1 173.09 176.43 -
System Red Green Blue C M Y K H S L
Decimal 179 61 191 0.06 0.68 0 0.25 294.46 0.52 0.49
Hex B3 3D BF 6 44 0 19 126 34 31
Octal 263 75 277 6 104 0 31 446 64 61
Binary 10110011 111101 10111111 110 1000100 0 11001 100100110 110100 110001

Color Harmonies of #B33DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33DBF

Black with #B33DBF

Text Example


Text Example

White with #B33DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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