Html Css Color HEX #B647B7 Fuchsia

📋 copy color: '#B647B7'

red 182 ◦ green 71 ◦ blue 183

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

Shades of Fuchsia #B647B7

Tints of Fuchsia #B647B7

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.28%

 BLUE value IS 183 (71.88% from 255) = 41.97%

R = 41.74%
G = 16.28%
B = 41.97%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B647B7 (or 0xB647B7) is known color: Fuchsia. HEX triplet: B6, 47 and B7. RGB value is (182,71,183). Sum of RGB (Red+Green+Blue) = 182+71+183=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 183 - color contains mainly: blue. Hex color #B647B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B647B7 is #49B848. Grayscale: #747474. Windows color (decimal): -4831305 or 12011446. OLE color: 12011446.

HSL color Cylindrical-coordinate representation of color #B647B7: hue angle of 299.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B647B7 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 71 183 -
CMYK 0.01 0.61 0 0.28
HSL 299.46º 0.44% 0.5% -
HSV(B) 299.46º 0.61% 0.72% -
XYZ 30.09 17.87 46.66 -
YUV 116.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 182 71 183 0.01 0.61 0 0.28 299.46 0.44 0.5
Hex B6 47 B7 1 3D 0 1C 12B 2C 32
Octal 266 107 267 1 75 0 34 453 54 62
Binary 10110110 1000111 10110111 1 111101 0 11100 100101011 101100 110010

Color Harmonies of #B647B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B647B7

Black with #B647B7

Text Example


Text Example

White with #B647B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B647B7; }

 p { color: rgb(182,71,183); }

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

background-color css

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

 a { background-color: rgb(182,71,183); }

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

border-color css

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

 span { border-color: rgb(182,71,183); }

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