Html Css Color HEX #B642A4 Fuchsia

📋 copy color: '#B642A4'

red 182 ◦ green 66 ◦ blue 164

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

Shades of Fuchsia #B642A4

Tints of Fuchsia #B642A4

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.02%

 BLUE value IS 164 (64.45% from 255) = 39.81%

R = 44.17%
G = 16.02%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B642A4 (or 0xB642A4) is known color: Fuchsia. HEX triplet: B6, 42 and A4. RGB value is (182,66,164). Sum of RGB (Red+Green+Blue) = 182+66+164=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B642A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B642A4 is #49BD5B. Grayscale: #6F6F6F. Windows color (decimal): -4832604 or 10764982. OLE color: 10764982.

HSL color Cylindrical-coordinate representation of color #B642A4: hue angle of 309.31º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B642A4 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 66 164 -
CMYK 0 0.64 0.10 0.29
HSL 309.31º 0.47% 0.49% -
HSV(B) 309.31º 0.64% 0.71% -
XYZ 27.94 16.52 36.84 -
YUV 111.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 182 66 164 0 0.64 0.10 0.29 309.31 0.47 0.49
Hex B6 42 A4 0 40 A 1D 135 2F 31
Octal 266 102 244 0 100 12 35 465 57 61
Binary 10110110 1000010 10100100 0 1000000 1010 11101 100110101 101111 110001

Color Harmonies of #B642A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B642A4

Black with #B642A4

Text Example


Text Example

White with #B642A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B642A4; }

 p { color: rgb(182,66,164); }

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

background-color css

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

 a { background-color: rgb(182,66,164); }

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

border-color css

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

 span { border-color: rgb(182,66,164); }

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