Html Css Color HEX #B632B8 Fuchsia

📋 copy color: '#B632B8'

red 182 ◦ green 50 ◦ blue 184

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

Shades of Fuchsia #B632B8

Tints of Fuchsia #B632B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.23%

R = 43.75%
G = 12.02%
B = 44.23%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B632B8 (or 0xB632B8) is known color: Fuchsia. HEX triplet: B6, 32 and B8. RGB value is (182,50,184). Sum of RGB (Red+Green+Blue) = 182+50+184=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 184 - color contains mainly: blue. Hex color #B632B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632B8 is #49CD47. Grayscale: #686868. Windows color (decimal): -4836680 or 12071606. OLE color: 12071606.

HSL color Cylindrical-coordinate representation of color #B632B8: hue angle of 299.1º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B632B8 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 50 184 -
CMYK 0.01 0.73 0 0.28
HSL 299.1º 0.57% 0.46% -
HSV(B) 299.1º 0.73% 0.72% -
XYZ 29.08 15.69 46.84 -
YUV 104.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 182 50 184 0.01 0.73 0 0.28 299.1 0.57 0.46
Hex B6 32 B8 1 49 0 1C 12B 39 2E
Octal 266 62 270 1 111 0 34 453 71 56
Binary 10110110 110010 10111000 1 1001001 0 11100 100101011 111001 101110

Color Harmonies of #B632B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632B8

Black with #B632B8

Text Example


Text Example

White with #B632B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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