Html Css Color HEX #BC44B4 Fuchsia

📋 copy color: '#BC44B4'

red 188 ◦ green 68 ◦ blue 180

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

Shades of Fuchsia #BC44B4

Tints of Fuchsia #BC44B4

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.6%

 BLUE value IS 180 (70.7% from 255) = 41.28%

R = 43.12%
G = 15.6%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC44B4 (or 0xBC44B4) is known color: Fuchsia. HEX triplet: BC, 44 and B4. RGB value is (188,68,180). Sum of RGB (Red+Green+Blue) = 188+68+180=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC44B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44B4 is #43BB4B. Grayscale: #747474. Windows color (decimal): -4438860 or 11814076. OLE color: 11814076.

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

Color convert

RGB 188 68 180 -
CMYK 0 0.64 0.04 0.26
HSL 304º 0.47% 0.5% -
HSV(B) 304º 0.64% 0.74% -
XYZ 31.04 18.12 45.04 -
YUV 116.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 188 68 180 0 0.64 0.04 0.26 304 0.47 0.5
Hex BC 44 B4 0 40 4 1A 130 2F 32
Octal 274 104 264 0 100 4 32 460 57 62
Binary 10111100 1000100 10110100 0 1000000 100 11010 100110000 101111 110010

Color Harmonies of #BC44B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44B4

Black with #BC44B4

Text Example


Text Example

White with #BC44B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44B4; }

 p { color: rgb(188,68,180); }

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

background-color css

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

 a { background-color: rgb(188,68,180); }

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

border-color css

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

 span { border-color: rgb(188,68,180); }

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