Html Css Color HEX #BC33AB Fuchsia

📋 copy color: '#BC33AB'

red 188 ◦ green 51 ◦ blue 171

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

Shades of Fuchsia #BC33AB

Tints of Fuchsia #BC33AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 45.85%
G = 12.44%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC33AB (or 0xBC33AB) is known color: Fuchsia. HEX triplet: BC, 33 and AB. RGB value is (188,51,171). Sum of RGB (Red+Green+Blue) = 188+51+171=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC33AB is #43CC54. Grayscale: #696969. Windows color (decimal): -4443221 or 11219900. OLE color: 11219900.

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

Color convert

RGB 188 51 171 -
CMYK 0 0.73 0.09 0.26
HSL 307.45º 0.57% 0.47% -
HSV(B) 307.45º 0.73% 0.74% -
XYZ 29.27 16 40.07 -
YUV 105.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 188 51 171 0 0.73 0.09 0.26 307.45 0.57 0.47
Hex BC 33 AB 0 49 9 1A 133 39 2F
Octal 274 63 253 0 111 11 32 463 71 57
Binary 10111100 110011 10101011 0 1001001 1001 11010 100110011 111001 101111

Color Harmonies of #BC33AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33AB

Black with #BC33AB

Text Example


Text Example

White with #BC33AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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