Html Css Color HEX #BC34B0 Fuchsia

📋 copy color: '#BC34B0'

red 188 ◦ green 52 ◦ blue 176

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

Shades of Fuchsia #BC34B0

Tints of Fuchsia #BC34B0

RGB

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

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

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

R = 45.19%
G = 12.5%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC34B0 (or 0xBC34B0) is known color: Fuchsia. HEX triplet: BC, 34 and B0. RGB value is (188,52,176). Sum of RGB (Red+Green+Blue) = 188+52+176=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC34B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC34B0 is #43CB4F. Grayscale: #6A6A6A. Windows color (decimal): -4442960 or 11547836. OLE color: 11547836.

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

Color convert

RGB 188 52 176 -
CMYK 0 0.72 0.06 0.26
HSL 305.29º 0.57% 0.47% -
HSV(B) 305.29º 0.72% 0.74% -
XYZ 29.8 16.28 42.65 -
YUV 106.8 167.06 185.92 -
System Red Green Blue C M Y K H S L
Decimal 188 52 176 0 0.72 0.06 0.26 305.29 0.57 0.47
Hex BC 34 B0 0 48 6 1A 131 39 2F
Octal 274 64 260 0 110 6 32 461 71 57
Binary 10111100 110100 10110000 0 1001000 110 11010 100110001 111001 101111

Color Harmonies of #BC34B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34B0

Black with #BC34B0

Text Example


Text Example

White with #BC34B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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