Html Css Color HEX #B63CAC Fuchsia

📋 copy color: '#B63CAC'

red 182 ◦ green 60 ◦ blue 172

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

Shades of Fuchsia #B63CAC

Tints of Fuchsia #B63CAC

RGB

 RED value IS 182 (71.48% from 255) = 43.96%

 GREEN value IS 60 (23.83% from 255) = 14.49%

 BLUE value IS 172 (67.58% from 255) = 41.55%

R = 43.96%
G = 14.49%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B63CAC (or 0xB63CAC) is known color: Fuchsia. HEX triplet: B6, 3C and AC. RGB value is (182,60,172). Sum of RGB (Red+Green+Blue) = 182+60+172=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B63CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63CAC is #49C353. Grayscale: #6C6C6C. Windows color (decimal): -4834132 or 11287734. OLE color: 11287734.

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

Color convert

RGB 182 60 172 -
CMYK 0 0.67 0.05 0.29
HSL 304.92º 0.5% 0.47% -
HSV(B) 304.92º 0.67% 0.71% -
XYZ 28.35 16.16 40.65 -
YUV 109.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 182 60 172 0 0.67 0.05 0.29 304.92 0.5 0.47
Hex B6 3C AC 0 43 5 1D 131 32 2F
Octal 266 74 254 0 103 5 35 461 62 57
Binary 10110110 111100 10101100 0 1000011 101 11101 100110001 110010 101111

Color Harmonies of #B63CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CAC

Black with #B63CAC

Text Example


Text Example

White with #B63CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CAC; }

 p { color: rgb(182,60,172); }

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

background-color css

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

 a { background-color: rgb(182,60,172); }

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

border-color css

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

 span { border-color: rgb(182,60,172); }

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