Html Css Color HEX #BC45B2 Fuchsia

📋 copy color: '#BC45B2'

red 188 ◦ green 69 ◦ blue 178

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

Shades of Fuchsia #BC45B2

Tints of Fuchsia #BC45B2

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.86%

 BLUE value IS 178 (69.92% from 255) = 40.92%

R = 43.22%
G = 15.86%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC45B2 (or 0xBC45B2) is known color: Fuchsia. HEX triplet: BC, 45 and B2. RGB value is (188,69,178). Sum of RGB (Red+Green+Blue) = 188+69+178=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC45B2 is #43BA4D. Grayscale: #747474. Windows color (decimal): -4438606 or 11683260. OLE color: 11683260.

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

Color convert

RGB 188 69 178 -
CMYK 0 0.63 0.05 0.26
HSL 305.04º 0.47% 0.5% -
HSV(B) 305.04º 0.63% 0.74% -
XYZ 30.9 18.16 44 -
YUV 117.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 188 69 178 0 0.63 0.05 0.26 305.04 0.47 0.5
Hex BC 45 B2 0 3F 5 1A 131 2F 32
Octal 274 105 262 0 77 5 32 461 57 62
Binary 10111100 1000101 10110010 0 111111 101 11010 100110001 101111 110010

Color Harmonies of #BC45B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45B2

Black with #BC45B2

Text Example


Text Example

White with #BC45B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45B2; }

 p { color: rgb(188,69,178); }

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

background-color css

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

 a { background-color: rgb(188,69,178); }

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

border-color css

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

 span { border-color: rgb(188,69,178); }

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