Html Css Color HEX #B63AB5 Fuchsia

📋 copy color: '#B63AB5'

red 182 ◦ green 58 ◦ blue 181

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

Shades of Fuchsia #B63AB5

Tints of Fuchsia #B63AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.99%

R = 43.23%
G = 13.78%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B63AB5 (or 0xB63AB5) is known color: Fuchsia. HEX triplet: B6, 3A and B5. RGB value is (182,58,181). Sum of RGB (Red+Green+Blue) = 182+58+181=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B63AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63AB5 is #49C54A. Grayscale: #6C6C6C. Windows color (decimal): -4834635 or 11877046. OLE color: 11877046.

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

Color convert

RGB 182 58 181 -
CMYK 0 0.68 0.01 0.29
HSL 300.48º 0.52% 0.47% -
HSV(B) 300.48º 0.68% 0.71% -
XYZ 29.14 16.31 45.33 -
YUV 109.1 168.58 180 -
System Red Green Blue C M Y K H S L
Decimal 182 58 181 0 0.68 0.01 0.29 300.48 0.52 0.47
Hex B6 3A B5 0 44 1 1D 12C 34 2F
Octal 266 72 265 0 104 1 35 454 64 57
Binary 10110110 111010 10110101 0 1000100 1 11101 100101100 110100 101111

Color Harmonies of #B63AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63AB5

Black with #B63AB5

Text Example


Text Example

White with #B63AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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