Html Css Color HEX #BC63B9 Fuchsia

📋 copy color: '#BC63B9'

red 188 ◦ green 99 ◦ blue 185

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

Shades of Fuchsia #BC63B9

Tints of Fuchsia #BC63B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.19%

R = 39.83%
G = 20.97%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC63B9 (or 0xBC63B9) is known color: Fuchsia. HEX triplet: BC, 63 and B9. RGB value is (188,99,185). Sum of RGB (Red+Green+Blue) = 188+99+185=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63B9 is #439C46. Grayscale: #878787. Windows color (decimal): -4430919 or 12149692. OLE color: 12149692.

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

Color convert

RGB 188 99 185 -
CMYK 0 0.47 0.02 0.26
HSL 302.02º 0.4% 0.56% -
HSV(B) 302.02º 0.47% 0.74% -
XYZ 33.96 23.12 48.57 -
YUV 135.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 188 99 185 0 0.47 0.02 0.26 302.02 0.4 0.56
Hex BC 63 B9 0 2F 2 1A 12E 28 38
Octal 274 143 271 0 57 2 32 456 50 70
Binary 10111100 1100011 10111001 0 101111 10 11010 100101110 101000 111000

Color Harmonies of #BC63B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63B9

Black with #BC63B9

Text Example


Text Example

White with #BC63B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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