Html Css Color HEX #B640B2 Fuchsia

📋 copy color: '#B640B2'

red 182 ◦ green 64 ◦ blue 178

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

Shades of Fuchsia #B640B2

Tints of Fuchsia #B640B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.98%

R = 42.92%
G = 15.09%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B640B2 (or 0xB640B2) is known color: Fuchsia. HEX triplet: B6, 40 and B2. RGB value is (182,64,178). Sum of RGB (Red+Green+Blue) = 182+64+178=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B640B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B640B2 is #49BF4D. Grayscale: #6F6F6F. Windows color (decimal): -4833102 or 11681974. OLE color: 11681974.

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

Color convert

RGB 182 64 178 -
CMYK 0 0.65 0.02 0.29
HSL 302.03º 0.48% 0.48% -
HSV(B) 302.03º 0.65% 0.71% -
XYZ 29.16 16.83 43.83 -
YUV 112.28 165.09 177.73 -
System Red Green Blue C M Y K H S L
Decimal 182 64 178 0 0.65 0.02 0.29 302.03 0.48 0.48
Hex B6 40 B2 0 41 2 1D 12E 30 30
Octal 266 100 262 0 101 2 35 456 60 60
Binary 10110110 1000000 10110010 0 1000001 10 11101 100101110 110000 110000

Color Harmonies of #B640B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B640B2

Black with #B640B2

Text Example


Text Example

White with #B640B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B640B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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