Html Css Color HEX #B636AF Fuchsia

📋 copy color: '#B636AF'

red 182 ◦ green 54 ◦ blue 175

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

Shades of Fuchsia #B636AF

Tints of Fuchsia #B636AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 44.28%
G = 13.14%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B636AF (or 0xB636AF) is known color: Fuchsia. HEX triplet: B6, 36 and AF. RGB value is (182,54,175). Sum of RGB (Red+Green+Blue) = 182+54+175=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B636AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B636AF is #49C950. Grayscale: #696969. Windows color (decimal): -4835665 or 11482806. OLE color: 11482806.

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

Color convert

RGB 182 54 175 -
CMYK 0 0.70 0.04 0.29
HSL 303.28º 0.54% 0.46% -
HSV(B) 303.28º 0.7% 0.71% -
XYZ 28.35 15.68 42.09 -
YUV 106.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 182 54 175 0 0.70 0.04 0.29 303.28 0.54 0.46
Hex B6 36 AF 0 46 4 1D 12F 36 2E
Octal 266 66 257 0 106 4 35 457 66 56
Binary 10110110 110110 10101111 0 1000110 100 11101 100101111 110110 101110

Color Harmonies of #B636AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B636AF

Black with #B636AF

Text Example


Text Example

White with #B636AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B636AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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