Html Css Color HEX #B640B9 Fuchsia

📋 copy color: '#B640B9'

red 182 ◦ green 64 ◦ blue 185

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

Shades of Fuchsia #B640B9

Tints of Fuchsia #B640B9

RGB

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

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

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

R = 42.23%
G = 14.85%
B = 42.92%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B640B9 (or 0xB640B9) is known color: Fuchsia. HEX triplet: B6, 40 and B9. RGB value is (182,64,185). Sum of RGB (Red+Green+Blue) = 182+64+185=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 185 - color contains mainly: blue. Hex color #B640B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640B9 is #49BF46. Grayscale: #707070. Windows color (decimal): -4833095 or 12140726. OLE color: 12140726.

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

Color convert

RGB 182 64 185 -
CMYK 0.02 0.65 0 0.27
HSL 298.51º 0.49% 0.49% -
HSV(B) 298.51º 0.65% 0.73% -
XYZ 29.88 17.11 47.63 -
YUV 113.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 182 64 185 0.02 0.65 0 0.27 298.51 0.49 0.49
Hex B6 40 B9 2 41 0 1B 12B 31 31
Octal 266 100 271 2 101 0 33 453 61 61
Binary 10110110 1000000 10111001 10 1000001 0 11011 100101011 110001 110001

Color Harmonies of #B640B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B640B9

Black with #B640B9

Text Example


Text Example

White with #B640B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B640B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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