Html Css Color HEX #BC33B0 Fuchsia

📋 copy color: '#BC33B0'

red 188 ◦ green 51 ◦ blue 176

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

Shades of Fuchsia #BC33B0

Tints of Fuchsia #BC33B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.41%

R = 45.3%
G = 12.29%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC33B0 (or 0xBC33B0) is known color: Fuchsia. HEX triplet: BC, 33 and B0. RGB value is (188,51,176). Sum of RGB (Red+Green+Blue) = 188+51+176=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC33B0 is #43CC4F. Grayscale: #696969. Windows color (decimal): -4443216 or 11547580. OLE color: 11547580.

HSL color Cylindrical-coordinate representation of color #BC33B0: hue angle of 305.26º 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 #BC33B0 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 51 176 -
CMYK 0 0.73 0.06 0.26
HSL 305.26º 0.57% 0.47% -
HSV(B) 305.26º 0.73% 0.74% -
XYZ 29.76 16.19 42.63 -
YUV 106.21 167.39 186.34 -
System Red Green Blue C M Y K H S L
Decimal 188 51 176 0 0.73 0.06 0.26 305.26 0.57 0.47
Hex BC 33 B0 0 49 6 1A 131 39 2F
Octal 274 63 260 0 111 6 32 461 71 57
Binary 10111100 110011 10110000 0 1001001 110 11010 100110001 111001 101111

Color Harmonies of #BC33B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33B0

Black with #BC33B0

Text Example


Text Example

White with #BC33B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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