Html Css Color HEX #B63AAB Fuchsia

📋 copy color: '#B63AAB'

red 182 ◦ green 58 ◦ blue 171

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

Shades of Fuchsia #B63AAB

Tints of Fuchsia #B63AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 44.28%
G = 14.11%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B63AAB (or 0xB63AAB) is known color: Fuchsia. HEX triplet: B6, 3A and AB. RGB value is (182,58,171). Sum of RGB (Red+Green+Blue) = 182+58+171=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B63AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63AAB is #49C554. Grayscale: #6B6B6B. Windows color (decimal): -4834645 or 11221686. OLE color: 11221686.

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

Color convert

RGB 182 58 171 -
CMYK 0 0.68 0.06 0.29
HSL 305.32º 0.52% 0.47% -
HSV(B) 305.32º 0.68% 0.71% -
XYZ 28.16 15.91 40.12 -
YUV 107.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 182 58 171 0 0.68 0.06 0.29 305.32 0.52 0.47
Hex B6 3A AB 0 44 6 1D 131 34 2F
Octal 266 72 253 0 104 6 35 461 64 57
Binary 10110110 111010 10101011 0 1000100 110 11101 100110001 110100 101111

Color Harmonies of #B63AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63AAB

Black with #B63AAB

Text Example


Text Example

White with #B63AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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