Html Css Color HEX #B646A7 Fuchsia

📋 copy color: '#B646A7'

red 182 ◦ green 70 ◦ blue 167

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

Shades of Fuchsia #B646A7

Tints of Fuchsia #B646A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.86%

R = 43.44%
G = 16.71%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B646A7 (or 0xB646A7) is known color: Fuchsia. HEX triplet: B6, 46 and A7. RGB value is (182,70,167). Sum of RGB (Red+Green+Blue) = 182+70+167=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B646A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B646A7 is #49B958. Grayscale: #727272. Windows color (decimal): -4831577 or 10962614. OLE color: 10962614.

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

Color convert

RGB 182 70 167 -
CMYK 0 0.62 0.08 0.29
HSL 308.04º 0.44% 0.49% -
HSV(B) 308.04º 0.62% 0.71% -
XYZ 28.46 17.12 38.36 -
YUV 114.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 182 70 167 0 0.62 0.08 0.29 308.04 0.44 0.49
Hex B6 46 A7 0 3E 8 1D 134 2C 31
Octal 266 106 247 0 76 10 35 464 54 61
Binary 10110110 1000110 10100111 0 111110 1000 11101 100110100 101100 110001

Color Harmonies of #B646A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B646A7

Black with #B646A7

Text Example


Text Example

White with #B646A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B646A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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