Html Css Color HEX #B636B2 Fuchsia

📋 copy color: '#B636B2'

red 182 ◦ green 54 ◦ blue 178

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

Shades of Fuchsia #B636B2

Tints of Fuchsia #B636B2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.04%

 BLUE value IS 178 (69.92% from 255) = 43%

R = 43.96%
G = 13.04%
B = 43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B636B2 (or 0xB636B2) is known color: Fuchsia. HEX triplet: B6, 36 and B2. RGB value is (182,54,178). Sum of RGB (Red+Green+Blue) = 182+54+178=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B636B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B636B2 is #49C94D. Grayscale: #6A6A6A. Windows color (decimal): -4835662 or 11679414. OLE color: 11679414.

HSL color Cylindrical-coordinate representation of color #B636B2: hue angle of 301.88º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B636B2 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 54 178 -
CMYK 0 0.70 0.02 0.29
HSL 301.88º 0.54% 0.46% -
HSV(B) 301.88º 0.7% 0.71% -
XYZ 28.65 15.8 43.66 -
YUV 106.41 168.41 181.92 -
System Red Green Blue C M Y K H S L
Decimal 182 54 178 0 0.70 0.02 0.29 301.88 0.54 0.46
Hex B6 36 B2 0 46 2 1D 12E 36 2E
Octal 266 66 262 0 106 2 35 456 66 56
Binary 10110110 110110 10110010 0 1000110 10 11101 100101110 110110 101110

Color Harmonies of #B636B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B636B2

Black with #B636B2

Text Example


Text Example

White with #B636B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B636B2; }

 p { color: rgb(182,54,178); }

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

background-color css

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

 a { background-color: rgb(182,54,178); }

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

border-color css

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

 span { border-color: rgb(182,54,178); }

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