Html Css Color HEX #B632AB Fuchsia

📋 copy color: '#B632AB'

red 182 ◦ green 50 ◦ blue 171

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

Shades of Fuchsia #B632AB

Tints of Fuchsia #B632AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.41%

 BLUE value IS 171 (67.19% from 255) = 42.43%

R = 45.16%
G = 12.41%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B632AB (or 0xB632AB) is known color: Fuchsia. HEX triplet: B6, 32 and AB. RGB value is (182,50,171). Sum of RGB (Red+Green+Blue) = 182+50+171=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B632AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B632AB is #49CD54. Grayscale: #666666. Windows color (decimal): -4836693 or 11219638. OLE color: 11219638.

HSL color Cylindrical-coordinate representation of color #B632AB: hue angle of 305º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B632AB is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 171 -
CMYK 0 0.73 0.06 0.29
HSL 305º 0.57% 0.45% -
HSV(B) 305º 0.73% 0.71% -
XYZ 27.78 15.17 39.99 -
YUV 103.26 166.23 184.16 -
System Red Green Blue C M Y K H S L
Decimal 182 50 171 0 0.73 0.06 0.29 305 0.57 0.45
Hex B6 32 AB 0 49 6 1D 131 39 2D
Octal 266 62 253 0 111 6 35 461 71 55
Binary 10110110 110010 10101011 0 1001001 110 11101 100110001 111001 101101

Color Harmonies of #B632AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632AB

Black with #B632AB

Text Example


Text Example

White with #B632AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632AB; }

 p { color: rgb(182,50,171); }

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

background-color css

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

 a { background-color: rgb(182,50,171); }

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

border-color css

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

 span { border-color: rgb(182,50,171); }

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