Html Css Color HEX #BC63B5 Fuchsia

📋 copy color: '#BC63B5'

red 188 ◦ green 99 ◦ blue 181

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

Shades of Fuchsia #BC63B5

Tints of Fuchsia #BC63B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.68%

R = 40.17%
G = 21.15%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC63B5 (or 0xBC63B5) is known color: Fuchsia. HEX triplet: BC, 63 and B5. RGB value is (188,99,181). Sum of RGB (Red+Green+Blue) = 188+99+181=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63B5 is #439C4A. Grayscale: #868686. Windows color (decimal): -4430923 or 11887548. OLE color: 11887548.

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

Color convert

RGB 188 99 181 -
CMYK 0 0.47 0.04 0.26
HSL 304.72º 0.4% 0.56% -
HSV(B) 304.72º 0.47% 0.74% -
XYZ 33.54 22.95 46.38 -
YUV 134.96 153.99 165.83 -
System Red Green Blue C M Y K H S L
Decimal 188 99 181 0 0.47 0.04 0.26 304.72 0.4 0.56
Hex BC 63 B5 0 2F 4 1A 131 28 38
Octal 274 143 265 0 57 4 32 461 50 70
Binary 10111100 1100011 10110101 0 101111 100 11010 100110001 101000 111000

Color Harmonies of #BC63B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63B5

Black with #BC63B5

Text Example


Text Example

White with #BC63B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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