Html Css Color HEX #B639B2 Fuchsia

📋 copy color: '#B639B2'

red 182 ◦ green 57 ◦ blue 178

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

Shades of Fuchsia #B639B2

Tints of Fuchsia #B639B2

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.67%

 BLUE value IS 178 (69.92% from 255) = 42.69%

R = 43.65%
G = 13.67%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B639B2 (or 0xB639B2) is known color: Fuchsia. HEX triplet: B6, 39 and B2. RGB value is (182,57,178). Sum of RGB (Red+Green+Blue) = 182+57+178=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B639B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B639B2 is #49C64D. Grayscale: #6B6B6B. Windows color (decimal): -4834894 or 11680182. OLE color: 11680182.

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

Color convert

RGB 182 57 178 -
CMYK 0 0.69 0.02 0.29
HSL 301.92º 0.52% 0.47% -
HSV(B) 301.92º 0.69% 0.71% -
XYZ 28.79 16.09 43.71 -
YUV 108.17 167.41 180.66 -
System Red Green Blue C M Y K H S L
Decimal 182 57 178 0 0.69 0.02 0.29 301.92 0.52 0.47
Hex B6 39 B2 0 45 2 1D 12E 34 2F
Octal 266 71 262 0 105 2 35 456 64 57
Binary 10110110 111001 10110010 0 1000101 10 11101 100101110 110100 101111

Color Harmonies of #B639B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B639B2

Black with #B639B2

Text Example


Text Example

White with #B639B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B639B2; }

 p { color: rgb(182,57,178); }

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

background-color css

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

 a { background-color: rgb(182,57,178); }

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

border-color css

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

 span { border-color: rgb(182,57,178); }

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