Html Css Color HEX #B64AB9 Fuchsia

📋 copy color: '#B64AB9'

red 182 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #B64AB9

Tints of Fuchsia #B64AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.95%

R = 41.27%
G = 16.78%
B = 41.95%

CMYK

 C value IS 0.02

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B64AB9 (or 0xB64AB9) is known color: Fuchsia. HEX triplet: B6, 4A and B9. RGB value is (182,74,185). Sum of RGB (Red+Green+Blue) = 182+74+185=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #B64AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64AB9 is #49B546. Grayscale: #767676. Windows color (decimal): -4830535 or 12143286. OLE color: 12143286.

HSL color Cylindrical-coordinate representation of color #B64AB9: hue angle of 298.38º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64AB9 is Cyan = 0.02, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 74 185 -
CMYK 0.02 0.6 0 0.27
HSL 298.38º 0.44% 0.51% -
HSV(B) 298.38º 0.6% 0.73% -
XYZ 30.5 18.35 47.83 -
YUV 118.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 182 74 185 0.02 0.6 0 0.27 298.38 0.44 0.51
Hex B6 4A B9 2 3C 0 1B 12A 2C 33
Octal 266 112 271 2 74 0 33 452 54 63
Binary 10110110 1001010 10111001 10 111100 0 11011 100101010 101100 110011

Color Harmonies of #B64AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64AB9

Black with #B64AB9

Text Example


Text Example

White with #B64AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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