Html Css Color HEX #B649BD Fuchsia

📋 copy color: '#B649BD'

red 182 ◦ green 73 ◦ blue 189

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

Shades of Fuchsia #B649BD

Tints of Fuchsia #B649BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.57%

R = 40.99%
G = 16.44%
B = 42.57%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B649BD (or 0xB649BD) is known color: Fuchsia. HEX triplet: B6, 49 and BD. RGB value is (182,73,189). Sum of RGB (Red+Green+Blue) = 182+73+189=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #B649BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B649BD is #49B642. Grayscale: #767676. Windows color (decimal): -4830787 or 12405174. OLE color: 12405174.

HSL color Cylindrical-coordinate representation of color #B649BD: hue angle of 296.38º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B649BD is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 73 189 -
CMYK 0.04 0.61 0 0.26
HSL 296.38º 0.47% 0.51% -
HSV(B) 296.38º 0.61% 0.74% -
XYZ 30.86 18.38 50.07 -
YUV 118.82 167.61 173.07 -
System Red Green Blue C M Y K H S L
Decimal 182 73 189 0.04 0.61 0 0.26 296.38 0.47 0.51
Hex B6 49 BD 4 3D 0 1A 128 2F 33
Octal 266 111 275 4 75 0 32 450 57 63
Binary 10110110 1001001 10111101 100 111101 0 11010 100101000 101111 110011

Color Harmonies of #B649BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B649BD

Black with #B649BD

Text Example


Text Example

White with #B649BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B649BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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