Html Css Color HEX #B646B2 Fuchsia

📋 copy color: '#B646B2'

red 182 ◦ green 70 ◦ blue 178

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

Shades of Fuchsia #B646B2

Tints of Fuchsia #B646B2

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.28%

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

R = 42.33%
G = 16.28%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B646B2 (or 0xB646B2) is known color: Fuchsia. HEX triplet: B6, 46 and B2. RGB value is (182,70,178). Sum of RGB (Red+Green+Blue) = 182+70+178=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B646B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B646B2 is #49B94D. Grayscale: #737373. Windows color (decimal): -4831566 or 11683510. OLE color: 11683510.

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

Color convert

RGB 182 70 178 -
CMYK 0 0.62 0.02 0.29
HSL 302.14º 0.44% 0.49% -
HSV(B) 302.14º 0.62% 0.71% -
XYZ 29.52 17.54 43.95 -
YUV 115.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 182 70 178 0 0.62 0.02 0.29 302.14 0.44 0.49
Hex B6 46 B2 0 3E 2 1D 12E 2C 31
Octal 266 106 262 0 76 2 35 456 54 61
Binary 10110110 1000110 10110010 0 111110 10 11101 100101110 101100 110001

Color Harmonies of #B646B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B646B2

Black with #B646B2

Text Example


Text Example

White with #B646B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B646B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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