Html Css Color HEX #B632B1 Fuchsia

📋 copy color: '#B632B1'

red 182 ◦ green 50 ◦ blue 177

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

Shades of Fuchsia #B632B1

Tints of Fuchsia #B632B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.28%

R = 44.5%
G = 12.22%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B632B1 (or 0xB632B1) is known color: Fuchsia. HEX triplet: B6, 32 and B1. RGB value is (182,50,177). Sum of RGB (Red+Green+Blue) = 182+50+177=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B632B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B632B1 is #49CD4E. Grayscale: #676767. Windows color (decimal): -4836687 or 11612854. OLE color: 11612854.

HSL color Cylindrical-coordinate representation of color #B632B1: hue angle of 302.27º 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 #B632B1 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 177 -
CMYK 0 0.73 0.03 0.29
HSL 302.27º 0.57% 0.45% -
HSV(B) 302.27º 0.73% 0.71% -
XYZ 28.37 15.4 43.07 -
YUV 103.95 169.23 183.67 -
System Red Green Blue C M Y K H S L
Decimal 182 50 177 0 0.73 0.03 0.29 302.27 0.57 0.45
Hex B6 32 B1 0 49 3 1D 12E 39 2D
Octal 266 62 261 0 111 3 35 456 71 55
Binary 10110110 110010 10110001 0 1001001 11 11101 100101110 111001 101101

Color Harmonies of #B632B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632B1

Black with #B632B1

Text Example


Text Example

White with #B632B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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