Html Css Color HEX #BC34AA Fuchsia

📋 copy color: '#BC34AA'

red 188 ◦ green 52 ◦ blue 170

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

Shades of Fuchsia #BC34AA

Tints of Fuchsia #BC34AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.68%

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

R = 45.85%
G = 12.68%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC34AA (or 0xBC34AA) is known color: Fuchsia. HEX triplet: BC, 34 and AA. RGB value is (188,52,170). Sum of RGB (Red+Green+Blue) = 188+52+170=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC34AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC34AA is #43CB55. Grayscale: #696969. Windows color (decimal): -4442966 or 11154620. OLE color: 11154620.

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

Color convert

RGB 188 52 170 -
CMYK 0 0.72 0.10 0.26
HSL 307.94º 0.57% 0.47% -
HSV(B) 307.94º 0.72% 0.74% -
XYZ 29.22 16.05 39.59 -
YUV 106.12 164.06 186.41 -
System Red Green Blue C M Y K H S L
Decimal 188 52 170 0 0.72 0.10 0.26 307.94 0.57 0.47
Hex BC 34 AA 0 48 A 1A 134 39 2F
Octal 274 64 252 0 110 12 32 464 71 57
Binary 10111100 110100 10101010 0 1001000 1010 11010 100110100 111001 101111

Color Harmonies of #BC34AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34AA

Black with #BC34AA

Text Example


Text Example

White with #BC34AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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