Html Css Color HEX #BC63B2 Fuchsia

📋 copy color: '#BC63B2'

red 188 ◦ green 99 ◦ blue 178

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

Shades of Fuchsia #BC63B2

Tints of Fuchsia #BC63B2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.29%

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

R = 40.43%
G = 21.29%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC63B2 (or 0xBC63B2) is known color: Fuchsia. HEX triplet: BC, 63 and B2. RGB value is (188,99,178). Sum of RGB (Red+Green+Blue) = 188+99+178=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC63B2 is #439C4D. Grayscale: #868686. Windows color (decimal): -4430926 or 11690940. OLE color: 11690940.

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

Color convert

RGB 188 99 178 -
CMYK 0 0.47 0.05 0.26
HSL 306.74º 0.4% 0.56% -
HSV(B) 306.74º 0.47% 0.74% -
XYZ 33.24 22.83 44.77 -
YUV 134.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 188 99 178 0 0.47 0.05 0.26 306.74 0.4 0.56
Hex BC 63 B2 0 2F 5 1A 133 28 38
Octal 274 143 262 0 57 5 32 463 50 70
Binary 10111100 1100011 10110010 0 101111 101 11010 100110011 101000 111000

Color Harmonies of #BC63B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63B2

Black with #BC63B2

Text Example


Text Example

White with #BC63B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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