Html Css Color HEX #B33DBE Fuchsia

📋 copy color: '#B33DBE'

red 179 ◦ green 61 ◦ blue 190

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

Shades of Fuchsia #B33DBE

Tints of Fuchsia #B33DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 41.63%
G = 14.19%
B = 44.19%

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

#B33DBE (or 0xB33DBE) is known color: Fuchsia. HEX triplet: B3, 3D and BE. RGB value is (179,61,190). Sum of RGB (Red+Green+Blue) = 179+61+190=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #B33DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DBE is #4CC241. Grayscale: #6E6E6E. Windows color (decimal): -5030466 or 12467635. OLE color: 12467635.

HSL color Cylindrical-coordinate representation of color #B33DBE: hue angle of 294.88º degrees, saturation: 0.51, 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 #B33DBE is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 61 190 -
CMYK 0.06 0.68 0 0.25
HSL 294.88º 0.51% 0.49% -
HSV(B) 294.88º 0.68% 0.75% -
XYZ 29.55 16.64 50.37 -
YUV 110.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 179 61 190 0.06 0.68 0 0.25 294.88 0.51 0.49
Hex B3 3D BE 6 44 0 19 127 33 31
Octal 263 75 276 6 104 0 31 447 63 61
Binary 10110011 111101 10111110 110 1000100 0 11001 100100111 110011 110001

Color Harmonies of #B33DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33DBE

Black with #B33DBE

Text Example


Text Example

White with #B33DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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