Html Css Color HEX #BC33B3 Fuchsia

📋 copy color: '#BC33B3'

red 188 ◦ green 51 ◦ blue 179

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

Shades of Fuchsia #BC33B3

Tints of Fuchsia #BC33B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.82%

R = 44.98%
G = 12.2%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC33B3 (or 0xBC33B3) is known color: Fuchsia. HEX triplet: BC, 33 and B3. RGB value is (188,51,179). Sum of RGB (Red+Green+Blue) = 188+51+179=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33B3 is #43CC4C. Grayscale: #6A6A6A. Windows color (decimal): -4443213 or 11744188. OLE color: 11744188.

HSL color Cylindrical-coordinate representation of color #BC33B3: hue angle of 303.94º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC33B3 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 51 179 -
CMYK 0 0.73 0.05 0.26
HSL 303.94º 0.57% 0.47% -
HSV(B) 303.94º 0.73% 0.74% -
XYZ 30.06 16.31 44.21 -
YUV 106.56 168.89 186.09 -
System Red Green Blue C M Y K H S L
Decimal 188 51 179 0 0.73 0.05 0.26 303.94 0.57 0.47
Hex BC 33 B3 0 49 5 1A 130 39 2F
Octal 274 63 263 0 111 5 32 460 71 57
Binary 10111100 110011 10110011 0 1001001 101 11010 100110000 111001 101111

Color Harmonies of #BC33B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33B3

Black with #BC33B3

Text Example


Text Example

White with #BC33B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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