Html Css Color HEX #B33CC1 Fuchsia

📋 copy color: '#B33CC1'

red 179 ◦ green 60 ◦ blue 193

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

Shades of Fuchsia #B33CC1

Tints of Fuchsia #B33CC1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.89%

 BLUE value IS 193 (75.78% from 255) = 44.68%

R = 41.44%
G = 13.89%
B = 44.68%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B33CC1 (or 0xB33CC1) is known color: Fuchsia. HEX triplet: B3, 3C and C1. RGB value is (179,60,193). Sum of RGB (Red+Green+Blue) = 179+60+193=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #B33CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CC1 is #4CC33E. Grayscale: #6E6E6E. Windows color (decimal): -5030719 or 12663987. OLE color: 12663987.

HSL color Cylindrical-coordinate representation of color #B33CC1: hue angle of 293.68º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33CC1 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 60 193 -
CMYK 0.07 0.69 0 0.24
HSL 293.68º 0.53% 0.5% -
HSV(B) 293.68º 0.69% 0.76% -
XYZ 29.83 16.67 52.1 -
YUV 110.74 174.42 176.69 -
System Red Green Blue C M Y K H S L
Decimal 179 60 193 0.07 0.69 0 0.24 293.68 0.53 0.5
Hex B3 3C C1 7 45 0 18 126 35 32
Octal 263 74 301 7 105 0 30 446 65 62
Binary 10110011 111100 11000001 111 1000101 0 11000 100100110 110101 110010

Color Harmonies of #B33CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33CC1

Black with #B33CC1

Text Example


Text Example

White with #B33CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33CC1; }

 p { color: rgb(179,60,193); }

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

background-color css

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

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

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

border-color css

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

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

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