Html Css Color HEX #B649B7 Fuchsia

📋 copy color: '#B649B7'

red 182 ◦ green 73 ◦ blue 183

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

Shades of Fuchsia #B649B7

Tints of Fuchsia #B649B7

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.67%

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

R = 41.55%
G = 16.67%
B = 41.78%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B649B7 (or 0xB649B7) is known color: Fuchsia. HEX triplet: B6, 49 and B7. RGB value is (182,73,183). Sum of RGB (Red+Green+Blue) = 182+73+183=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: blue. Hex color #B649B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B649B7 is #49B648. Grayscale: #757575. Windows color (decimal): -4830793 or 12011958. OLE color: 12011958.

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

Color convert

RGB 182 73 183 -
CMYK 0.01 0.60 0 0.28
HSL 299.45º 0.43% 0.5% -
HSV(B) 299.45º 0.6% 0.72% -
XYZ 30.22 18.13 46.71 -
YUV 118.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 182 73 183 0.01 0.60 0 0.28 299.45 0.43 0.5
Hex B6 49 B7 1 3C 0 1C 12B 2B 32
Octal 266 111 267 1 74 0 34 453 53 62
Binary 10110110 1001001 10110111 1 111100 0 11100 100101011 101011 110010

Color Harmonies of #B649B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B649B7

Black with #B649B7

Text Example


Text Example

White with #B649B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B649B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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