Html Css Color HEX #B63AB2 Fuchsia

📋 copy color: '#B63AB2'

red 182 ◦ green 58 ◦ blue 178

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

Shades of Fuchsia #B63AB2

Tints of Fuchsia #B63AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.58%

R = 43.54%
G = 13.88%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B63AB2 (or 0xB63AB2) is known color: Fuchsia. HEX triplet: B6, 3A and B2. RGB value is (182,58,178). Sum of RGB (Red+Green+Blue) = 182+58+178=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B63AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63AB2 is #49C54D. Grayscale: #6C6C6C. Windows color (decimal): -4834638 or 11680438. OLE color: 11680438.

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

Color convert

RGB 182 58 178 -
CMYK 0 0.68 0.02 0.29
HSL 301.94º 0.52% 0.47% -
HSV(B) 301.94º 0.68% 0.71% -
XYZ 28.84 16.19 43.72 -
YUV 108.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 182 58 178 0 0.68 0.02 0.29 301.94 0.52 0.47
Hex B6 3A B2 0 44 2 1D 12E 34 2F
Octal 266 72 262 0 104 2 35 456 64 57
Binary 10110110 111010 10110010 0 1000100 10 11101 100101110 110100 101111

Color Harmonies of #B63AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63AB2

Black with #B63AB2

Text Example


Text Example

White with #B63AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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