Html Css Color HEX #B63DAC Fuchsia

📋 copy color: '#B63DAC'

red 182 ◦ green 61 ◦ blue 172

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

Shades of Fuchsia #B63DAC

Tints of Fuchsia #B63DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.7%

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

R = 43.86%
G = 14.7%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B63DAC (or 0xB63DAC) is known color: Fuchsia. HEX triplet: B6, 3D and AC. RGB value is (182,61,172). Sum of RGB (Red+Green+Blue) = 182+61+172=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B63DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63DAC is #49C253. Grayscale: #6D6D6D. Windows color (decimal): -4833876 or 11287990. OLE color: 11287990.

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

Color convert

RGB 182 61 172 -
CMYK 0 0.66 0.05 0.29
HSL 304.96º 0.5% 0.48% -
HSV(B) 304.96º 0.66% 0.71% -
XYZ 28.41 16.26 40.67 -
YUV 109.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 182 61 172 0 0.66 0.05 0.29 304.96 0.5 0.48
Hex B6 3D AC 0 42 5 1D 131 32 30
Octal 266 75 254 0 102 5 35 461 62 60
Binary 10110110 111101 10101100 0 1000010 101 11101 100110001 110010 110000

Color Harmonies of #B63DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63DAC

Black with #B63DAC

Text Example


Text Example

White with #B63DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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