Html Css Color HEX #B64AB5 Fuchsia

📋 copy color: '#B64AB5'

red 182 ◦ green 74 ◦ blue 181

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

Shades of Fuchsia #B64AB5

Tints of Fuchsia #B64AB5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.93%

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

R = 41.65%
G = 16.93%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B64AB5 (or 0xB64AB5) is known color: Fuchsia. HEX triplet: B6, 4A and B5. RGB value is (182,74,181). Sum of RGB (Red+Green+Blue) = 182+74+181=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B64AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64AB5 is #49B54A. Grayscale: #767676. Windows color (decimal): -4830539 or 11881142. OLE color: 11881142.

HSL color Cylindrical-coordinate representation of color #B64AB5: hue angle of 300.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64AB5 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 74 181 -
CMYK 0 0.59 0.01 0.29
HSL 300.56º 0.43% 0.5% -
HSV(B) 300.56º 0.59% 0.71% -
XYZ 30.08 18.18 45.64 -
YUV 118.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 182 74 181 0 0.59 0.01 0.29 300.56 0.43 0.5
Hex B6 4A B5 0 3B 1 1D 12D 2B 32
Octal 266 112 265 0 73 1 35 455 53 62
Binary 10110110 1001010 10110101 0 111011 1 11101 100101101 101011 110010

Color Harmonies of #B64AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64AB5

Black with #B64AB5

Text Example


Text Example

White with #B64AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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