Html Css Color HEX #B636BA Fuchsia

📋 copy color: '#B636BA'

red 182 ◦ green 54 ◦ blue 186

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

Shades of Fuchsia #B636BA

Tints of Fuchsia #B636BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 43.13%
G = 12.8%
B = 44.08%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B636BA (or 0xB636BA) is known color: Fuchsia. HEX triplet: B6, 36 and BA. RGB value is (182,54,186). Sum of RGB (Red+Green+Blue) = 182+54+186=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #B636BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B636BA is #49C945. Grayscale: #6A6A6A. Windows color (decimal): -4835654 or 12203702. OLE color: 12203702.

HSL color Cylindrical-coordinate representation of color #B636BA: hue angle of 298.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B636BA is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 54 186 -
CMYK 0.02 0.71 0 0.27
HSL 298.18º 0.55% 0.47% -
HSV(B) 298.18º 0.71% 0.73% -
XYZ 29.47 16.13 48.01 -
YUV 107.32 172.41 181.27 -
System Red Green Blue C M Y K H S L
Decimal 182 54 186 0.02 0.71 0 0.27 298.18 0.55 0.47
Hex B6 36 BA 2 47 0 1B 12A 37 2F
Octal 266 66 272 2 107 0 33 452 67 57
Binary 10110110 110110 10111010 10 1000111 0 11011 100101010 110111 101111

Color Harmonies of #B636BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B636BA

Black with #B636BA

Text Example


Text Example

White with #B636BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B636BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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