Html Css Color HEX #B636AA Fuchsia

📋 copy color: '#B636AA'

red 182 ◦ green 54 ◦ blue 170

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

Shades of Fuchsia #B636AA

Tints of Fuchsia #B636AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.87%

R = 44.83%
G = 13.3%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B636AA (or 0xB636AA) is known color: Fuchsia. HEX triplet: B6, 36 and AA. RGB value is (182,54,170). Sum of RGB (Red+Green+Blue) = 182+54+170=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B636AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B636AA is #49C955. Grayscale: #696969. Windows color (decimal): -4835670 or 11155126. OLE color: 11155126.

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

Color convert

RGB 182 54 170 -
CMYK 0 0.70 0.07 0.29
HSL 305.63º 0.54% 0.46% -
HSV(B) 305.63º 0.7% 0.71% -
XYZ 27.87 15.49 39.55 -
YUV 105.5 164.41 182.57 -
System Red Green Blue C M Y K H S L
Decimal 182 54 170 0 0.70 0.07 0.29 305.63 0.54 0.46
Hex B6 36 AA 0 46 7 1D 132 36 2E
Octal 266 66 252 0 106 7 35 462 66 56
Binary 10110110 110110 10101010 0 1000110 111 11101 100110010 110110 101110

Color Harmonies of #B636AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B636AA

Black with #B636AA

Text Example


Text Example

White with #B636AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B636AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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