Html Css Color HEX #B63AAA Fuchsia

📋 copy color: '#B63AAA'

red 182 ◦ green 58 ◦ blue 170

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

Shades of Fuchsia #B63AAA

Tints of Fuchsia #B63AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.15%

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

R = 44.39%
G = 14.15%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B63AAA (or 0xB63AAA) is known color: Fuchsia. HEX triplet: B6, 3A and AA. RGB value is (182,58,170). Sum of RGB (Red+Green+Blue) = 182+58+170=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B63AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63AAA is #49C555. Grayscale: #6B6B6B. Windows color (decimal): -4834646 or 11156150. OLE color: 11156150.

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

Color convert

RGB 182 58 170 -
CMYK 0 0.68 0.07 0.29
HSL 305.81º 0.52% 0.47% -
HSV(B) 305.81º 0.68% 0.71% -
XYZ 28.06 15.87 39.62 -
YUV 107.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 182 58 170 0 0.68 0.07 0.29 305.81 0.52 0.47
Hex B6 3A AA 0 44 7 1D 132 34 2F
Octal 266 72 252 0 104 7 35 462 64 57
Binary 10110110 111010 10101010 0 1000100 111 11101 100110010 110100 101111

Color Harmonies of #B63AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63AAA

Black with #B63AAA

Text Example


Text Example

White with #B63AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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