Html Css Color HEX #B636BC Fuchsia

📋 copy color: '#B636BC'

red 182 ◦ green 54 ◦ blue 188

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

Shades of Fuchsia #B636BC

Tints of Fuchsia #B636BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 42.92%
G = 12.74%
B = 44.34%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B636BC (or 0xB636BC) is known color: Fuchsia. HEX triplet: B6, 36 and BC. RGB value is (182,54,188). Sum of RGB (Red+Green+Blue) = 182+54+188=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #B636BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B636BC is #49C943. Grayscale: #6B6B6B. Windows color (decimal): -4835652 or 12334774. OLE color: 12334774.

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

Color convert

RGB 182 54 188 -
CMYK 0.03 0.71 0 0.26
HSL 297.31º 0.55% 0.47% -
HSV(B) 297.31º 0.71% 0.74% -
XYZ 29.69 16.21 49.14 -
YUV 107.55 173.41 181.1 -
System Red Green Blue C M Y K H S L
Decimal 182 54 188 0.03 0.71 0 0.26 297.31 0.55 0.47
Hex B6 36 BC 3 47 0 1A 129 37 2F
Octal 266 66 274 3 107 0 32 451 67 57
Binary 10110110 110110 10111100 11 1000111 0 11010 100101001 110111 101111

Color Harmonies of #B636BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B636BC

Black with #B636BC

Text Example


Text Example

White with #B636BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B636BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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