Html Css Color HEX #BC33C3 Fuchsia

📋 copy color: '#BC33C3'

red 188 ◦ green 51 ◦ blue 195

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

Shades of Fuchsia #BC33C3

Tints of Fuchsia #BC33C3

RGB

 RED value IS 188 (73.83% from 255) = 43.32%

 GREEN value IS 51 (20.31% from 255) = 11.75%

 BLUE value IS 195 (76.56% from 255) = 44.93%

R = 43.32%
G = 11.75%
B = 44.93%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC33C3 (or 0xBC33C3) is known color: Fuchsia. HEX triplet: BC, 33 and C3. RGB value is (188,51,195). Sum of RGB (Red+Green+Blue) = 188+51+195=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC33C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33C3 is #43CC3C. Grayscale: #6B6B6B. Windows color (decimal): -4443197 or 12792764. OLE color: 12792764.

HSL color Cylindrical-coordinate representation of color #BC33C3: hue angle of 297.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC33C3 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 51 195 -
CMYK 0.04 0.74 0 0.24
HSL 297.08º 0.59% 0.48% -
HSV(B) 297.08º 0.74% 0.76% -
XYZ 31.77 17 53.24 -
YUV 108.38 176.89 184.79 -
System Red Green Blue C M Y K H S L
Decimal 188 51 195 0.04 0.74 0 0.24 297.08 0.59 0.48
Hex BC 33 C3 4 4A 0 18 129 3B 30
Octal 274 63 303 4 112 0 30 451 73 60
Binary 10111100 110011 11000011 100 1001010 0 11000 100101001 111011 110000

Color Harmonies of #BC33C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33C3

Black with #BC33C3

Text Example


Text Example

White with #BC33C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33C3; }

 p { color: rgb(188,51,195); }

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

background-color css

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

 a { background-color: rgb(188,51,195); }

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

border-color css

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

 span { border-color: rgb(188,51,195); }

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