Html Css Color HEX #BC34C0 Fuchsia

📋 copy color: '#BC34C0'

red 188 ◦ green 52 ◦ blue 192

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

Shades of Fuchsia #BC34C0

Tints of Fuchsia #BC34C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.44%

R = 43.52%
G = 12.04%
B = 44.44%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC34C0 (or 0xBC34C0) is known color: Fuchsia. HEX triplet: BC, 34 and C0. RGB value is (188,52,192). Sum of RGB (Red+Green+Blue) = 188+52+192=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC34C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34C0 is #43CB3F. Grayscale: #6C6C6C. Windows color (decimal): -4442944 or 12596412. OLE color: 12596412.

HSL color Cylindrical-coordinate representation of color #BC34C0: hue angle of 298.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC34C0 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 52 192 -
CMYK 0.02 0.73 0 0.25
HSL 298.29º 0.57% 0.48% -
HSV(B) 298.29º 0.73% 0.75% -
XYZ 31.48 16.95 51.48 -
YUV 108.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 188 52 192 0.02 0.73 0 0.25 298.29 0.57 0.48
Hex BC 34 C0 2 49 0 19 12A 39 30
Octal 274 64 300 2 111 0 31 452 71 60
Binary 10111100 110100 11000000 10 1001001 0 11001 100101010 111001 110000

Color Harmonies of #BC34C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34C0

Black with #BC34C0

Text Example


Text Example

White with #BC34C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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