Html Css Color HEX #BC33AA Fuchsia

📋 copy color: '#BC33AA'

red 188 ◦ green 51 ◦ blue 170

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

Shades of Fuchsia #BC33AA

Tints of Fuchsia #BC33AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 45.97%
G = 12.47%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC33AA (or 0xBC33AA) is known color: Fuchsia. HEX triplet: BC, 33 and AA. RGB value is (188,51,170). Sum of RGB (Red+Green+Blue) = 188+51+170=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC33AA is #43CC55. Grayscale: #696969. Windows color (decimal): -4443222 or 11154364. OLE color: 11154364.

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

Color convert

RGB 188 51 170 -
CMYK 0 0.73 0.10 0.26
HSL 307.88º 0.57% 0.47% -
HSV(B) 307.88º 0.73% 0.74% -
XYZ 29.18 15.96 39.57 -
YUV 105.53 164.39 186.82 -
System Red Green Blue C M Y K H S L
Decimal 188 51 170 0 0.73 0.10 0.26 307.88 0.57 0.47
Hex BC 33 AA 0 49 A 1A 134 39 2F
Octal 274 63 252 0 111 12 32 464 71 57
Binary 10111100 110011 10101010 0 1001001 1010 11010 100110100 111001 101111

Color Harmonies of #BC33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33AA

Black with #BC33AA

Text Example


Text Example

White with #BC33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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