Html Css Color HEX #B632B5 Fuchsia

📋 copy color: '#B632B5'

red 182 ◦ green 50 ◦ blue 181

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

Shades of Fuchsia #B632B5

Tints of Fuchsia #B632B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.83%

R = 44.07%
G = 12.11%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B632B5 (or 0xB632B5) is known color: Fuchsia. HEX triplet: B6, 32 and B5. RGB value is (182,50,181). Sum of RGB (Red+Green+Blue) = 182+50+181=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B632B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632B5 is #49CD4A. Grayscale: #686868. Windows color (decimal): -4836683 or 11874998. OLE color: 11874998.

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

Color convert

RGB 182 50 181 -
CMYK 0 0.73 0.01 0.29
HSL 300.45º 0.57% 0.45% -
HSV(B) 300.45º 0.73% 0.71% -
XYZ 28.77 15.56 45.2 -
YUV 104.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 182 50 181 0 0.73 0.01 0.29 300.45 0.57 0.45
Hex B6 32 B5 0 49 1 1D 12C 39 2D
Octal 266 62 265 0 111 1 35 454 71 55
Binary 10110110 110010 10110101 0 1001001 1 11101 100101100 111001 101101

Color Harmonies of #B632B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632B5

Black with #B632B5

Text Example


Text Example

White with #B632B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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