Html Css Color HEX #B33DBB Fuchsia

📋 copy color: '#B33DBB'

red 179 ◦ green 61 ◦ blue 187

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

Shades of Fuchsia #B33DBB

Tints of Fuchsia #B33DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.79%

R = 41.92%
G = 14.29%
B = 43.79%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B33DBB (or 0xB33DBB) is known color: Fuchsia. HEX triplet: B3, 3D and BB. RGB value is (179,61,187). Sum of RGB (Red+Green+Blue) = 179+61+187=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #B33DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DBB is #4CC244. Grayscale: #6E6E6E. Windows color (decimal): -5030469 or 12271027. OLE color: 12271027.

HSL color Cylindrical-coordinate representation of color #B33DBB: hue angle of 296.19º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33DBB is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 61 187 -
CMYK 0.04 0.67 0 0.27
HSL 296.19º 0.51% 0.49% -
HSV(B) 296.19º 0.67% 0.73% -
XYZ 29.23 16.51 48.66 -
YUV 110.65 171.09 176.75 -
System Red Green Blue C M Y K H S L
Decimal 179 61 187 0.04 0.67 0 0.27 296.19 0.51 0.49
Hex B3 3D BB 4 43 0 1B 128 33 31
Octal 263 75 273 4 103 0 33 450 63 61
Binary 10110011 111101 10111011 100 1000011 0 11011 100101000 110011 110001

Color Harmonies of #B33DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33DBB

Black with #B33DBB

Text Example


Text Example

White with #B33DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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