Html Css Color HEX #B63CAA Fuchsia

📋 copy color: '#B63CAA'

red 182 ◦ green 60 ◦ blue 170

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

Shades of Fuchsia #B63CAA

Tints of Fuchsia #B63CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 44.17%
G = 14.56%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B63CAA (or 0xB63CAA) is known color: Fuchsia. HEX triplet: B6, 3C and AA. RGB value is (182,60,170). Sum of RGB (Red+Green+Blue) = 182+60+170=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B63CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63CAA is #49C355. Grayscale: #6C6C6C. Windows color (decimal): -4834134 or 11156662. OLE color: 11156662.

HSL color Cylindrical-coordinate representation of color #B63CAA: hue angle of 305.9º 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 #B63CAA is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 60 170 -
CMYK 0 0.67 0.07 0.29
HSL 305.9º 0.5% 0.47% -
HSV(B) 305.9º 0.67% 0.71% -
XYZ 28.16 16.08 39.65 -
YUV 109.02 162.42 180.06 -
System Red Green Blue C M Y K H S L
Decimal 182 60 170 0 0.67 0.07 0.29 305.9 0.5 0.47
Hex B6 3C AA 0 43 7 1D 132 32 2F
Octal 266 74 252 0 103 7 35 462 62 57
Binary 10110110 111100 10101010 0 1000011 111 11101 100110010 110010 101111

Color Harmonies of #B63CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CAA

Black with #B63CAA

Text Example


Text Example

White with #B63CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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