Html Css Color HEX #BC32B7 Fuchsia

📋 copy color: '#BC32B7'

red 188 ◦ green 50 ◦ blue 183

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

Shades of Fuchsia #BC32B7

Tints of Fuchsia #BC32B7

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.88%

 BLUE value IS 183 (71.88% from 255) = 43.47%

R = 44.66%
G = 11.88%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC32B7 (or 0xBC32B7) is known color: Fuchsia. HEX triplet: BC, 32 and B7. RGB value is (188,50,183). Sum of RGB (Red+Green+Blue) = 188+50+183=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32B7 is #43CD48. Grayscale: #6A6A6A. Windows color (decimal): -4443465 or 12006076. OLE color: 12006076.

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

Color convert

RGB 188 50 183 -
CMYK 0 0.73 0.03 0.26
HSL 302.17º 0.58% 0.47% -
HSV(B) 302.17º 0.73% 0.74% -
XYZ 30.43 16.39 46.36 -
YUV 106.42 171.22 186.19 -
System Red Green Blue C M Y K H S L
Decimal 188 50 183 0 0.73 0.03 0.26 302.17 0.58 0.47
Hex BC 32 B7 0 49 3 1A 12E 3A 2F
Octal 274 62 267 0 111 3 32 456 72 57
Binary 10111100 110010 10110111 0 1001001 11 11010 100101110 111010 101111

Color Harmonies of #BC32B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32B7

Black with #BC32B7

Text Example


Text Example

White with #BC32B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32B7; }

 p { color: rgb(188,50,183); }

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

background-color css

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

 a { background-color: rgb(188,50,183); }

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

border-color css

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

 span { border-color: rgb(188,50,183); }

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