Html Css Color HEX #BC34BD Fuchsia

📋 copy color: '#BC34BD'

red 188 ◦ green 52 ◦ blue 189

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

Shades of Fuchsia #BC34BD

Tints of Fuchsia #BC34BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.06%

R = 43.82%
G = 12.12%
B = 44.06%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC34BD (or 0xBC34BD) is known color: Fuchsia. HEX triplet: BC, 34 and BD. RGB value is (188,52,189). Sum of RGB (Red+Green+Blue) = 188+52+189=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC34BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34BD is #43CB42. Grayscale: #6B6B6B. Windows color (decimal): -4442947 or 12399804. OLE color: 12399804.

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

Color convert

RGB 188 52 189 -
CMYK 0.01 0.72 0 0.26
HSL 299.56º 0.57% 0.47% -
HSV(B) 299.56º 0.72% 0.74% -
XYZ 31.15 16.82 49.75 -
YUV 108.28 173.56 184.86 -
System Red Green Blue C M Y K H S L
Decimal 188 52 189 0.01 0.72 0 0.26 299.56 0.57 0.47
Hex BC 34 BD 1 48 0 1A 12C 39 2F
Octal 274 64 275 1 110 0 32 454 71 57
Binary 10111100 110100 10111101 1 1001000 0 11010 100101100 111001 101111

Color Harmonies of #BC34BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34BD

Black with #BC34BD

Text Example


Text Example

White with #BC34BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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