Html Css Color HEX #B636C0 Fuchsia

📋 copy color: '#B636C0'

red 182 ◦ green 54 ◦ blue 192

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

Shades of Fuchsia #B636C0

Tints of Fuchsia #B636C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.86%

R = 42.52%
G = 12.62%
B = 44.86%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B636C0 (or 0xB636C0) is known color: Fuchsia. HEX triplet: B6, 36 and C0. RGB value is (182,54,192). Sum of RGB (Red+Green+Blue) = 182+54+192=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #B636C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B636C0 is #49C93F. Grayscale: #6B6B6B. Windows color (decimal): -4835648 or 12596918. OLE color: 12596918.

HSL color Cylindrical-coordinate representation of color #B636C0: hue angle of 295.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B636C0 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 54 192 -
CMYK 0.05 0.72 0 0.25
HSL 295.65º 0.56% 0.48% -
HSV(B) 295.65º 0.72% 0.75% -
XYZ 30.13 16.39 51.44 -
YUV 108 175.41 180.78 -
System Red Green Blue C M Y K H S L
Decimal 182 54 192 0.05 0.72 0 0.25 295.65 0.56 0.48
Hex B6 36 C0 5 48 0 19 128 38 30
Octal 266 66 300 5 110 0 31 450 70 60
Binary 10110110 110110 11000000 101 1001000 0 11001 100101000 111000 110000

Color Harmonies of #B636C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B636C0

Black with #B636C0

Text Example


Text Example

White with #B636C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B636C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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