Html Css Color HEX #B640A8 Fuchsia

📋 copy color: '#B640A8'

red 182 ◦ green 64 ◦ blue 168

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

Shades of Fuchsia #B640A8

Tints of Fuchsia #B640A8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.46%

 BLUE value IS 168 (66.02% from 255) = 40.58%

R = 43.96%
G = 15.46%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B640A8 (or 0xB640A8) is known color: Fuchsia. HEX triplet: B6, 40 and A8. RGB value is (182,64,168). Sum of RGB (Red+Green+Blue) = 182+64+168=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B640A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B640A8 is #49BF57. Grayscale: #6E6E6E. Windows color (decimal): -4833112 or 11026614. OLE color: 11026614.

HSL color Cylindrical-coordinate representation of color #B640A8: hue angle of 307.12º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B640A8 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 64 168 -
CMYK 0 0.65 0.08 0.29
HSL 307.12º 0.48% 0.48% -
HSV(B) 307.12º 0.65% 0.71% -
XYZ 28.19 16.44 38.73 -
YUV 111.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 182 64 168 0 0.65 0.08 0.29 307.12 0.48 0.48
Hex B6 40 A8 0 41 8 1D 133 30 30
Octal 266 100 250 0 101 10 35 463 60 60
Binary 10110110 1000000 10101000 0 1000001 1000 11101 100110011 110000 110000

Color Harmonies of #B640A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B640A8

Black with #B640A8

Text Example


Text Example

White with #B640A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B640A8; }

 p { color: rgb(182,64,168); }

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

background-color css

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

 a { background-color: rgb(182,64,168); }

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

border-color css

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

 span { border-color: rgb(182,64,168); }

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