Html Css Color HEX #B642B2 Fuchsia

📋 copy color: '#B642B2'

red 182 ◦ green 66 ◦ blue 178

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

Shades of Fuchsia #B642B2

Tints of Fuchsia #B642B2

RGB

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

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

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

R = 42.72%
G = 15.49%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B642B2 (or 0xB642B2) is known color: Fuchsia. HEX triplet: B6, 42 and B2. RGB value is (182,66,178). Sum of RGB (Red+Green+Blue) = 182+66+178=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B642B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B642B2 is #49BD4D. Grayscale: #717171. Windows color (decimal): -4832590 or 11682486. OLE color: 11682486.

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

Color convert

RGB 182 66 178 -
CMYK 0 0.64 0.02 0.29
HSL 302.07º 0.47% 0.49% -
HSV(B) 302.07º 0.64% 0.71% -
XYZ 29.28 17.06 43.87 -
YUV 113.45 164.43 176.89 -
System Red Green Blue C M Y K H S L
Decimal 182 66 178 0 0.64 0.02 0.29 302.07 0.47 0.49
Hex B6 42 B2 0 40 2 1D 12E 2F 31
Octal 266 102 262 0 100 2 35 456 57 61
Binary 10110110 1000010 10110010 0 1000000 10 11101 100101110 101111 110001

Color Harmonies of #B642B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B642B2

Black with #B642B2

Text Example


Text Example

White with #B642B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B642B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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