Html Css Color HEX #B651AA Fuchsia

📋 copy color: '#B651AA'

red 182 ◦ green 81 ◦ blue 170

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

Shades of Fuchsia #B651AA

Tints of Fuchsia #B651AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.71%

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 42.03%
G = 18.71%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B651AA (or 0xB651AA) is known color: Fuchsia. HEX triplet: B6, 51 and AA. RGB value is (182,81,170). Sum of RGB (Red+Green+Blue) = 182+81+170=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B651AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B651AA is #49AE55. Grayscale: #797979. Windows color (decimal): -4828758 or 11162038. OLE color: 11162038.

HSL color Cylindrical-coordinate representation of color #B651AA: hue angle of 307.13º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B651AA is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 81 170 -
CMYK 0 0.55 0.07 0.29
HSL 307.13º 0.41% 0.52% -
HSV(B) 307.13º 0.55% 0.71% -
XYZ 29.49 18.73 40.09 -
YUV 121.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 182 81 170 0 0.55 0.07 0.29 307.13 0.41 0.52
Hex B6 51 AA 0 37 7 1D 133 29 34
Octal 266 121 252 0 67 7 35 463 51 64
Binary 10110110 1010001 10101010 0 110111 111 11101 100110011 101001 110100

Color Harmonies of #B651AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B651AA

Black with #B651AA

Text Example


Text Example

White with #B651AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B651AA; }

 p { color: rgb(182,81,170); }

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

background-color css

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

 a { background-color: rgb(182,81,170); }

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

border-color css

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

 span { border-color: rgb(182,81,170); }

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