Html Css Color HEX #B639C2 Fuchsia

📋 copy color: '#B639C2'

red 182 ◦ green 57 ◦ blue 194

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

Shades of Fuchsia #B639C2

Tints of Fuchsia #B639C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.8%

R = 42.03%
G = 13.16%
B = 44.8%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B639C2 (or 0xB639C2) is known color: Fuchsia. HEX triplet: B6, 39 and C2. RGB value is (182,57,194). Sum of RGB (Red+Green+Blue) = 182+57+194=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #B639C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B639C2 is #49C63D. Grayscale: #6D6D6D. Windows color (decimal): -4834878 or 12728758. OLE color: 12728758.

HSL color Cylindrical-coordinate representation of color #B639C2: hue angle of 294.74º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B639C2 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 57 194 -
CMYK 0.06 0.71 0 0.24
HSL 294.74º 0.55% 0.49% -
HSV(B) 294.74º 0.71% 0.76% -
XYZ 30.49 16.77 52.67 -
YUV 109.99 175.41 179.36 -
System Red Green Blue C M Y K H S L
Decimal 182 57 194 0.06 0.71 0 0.24 294.74 0.55 0.49
Hex B6 39 C2 6 47 0 18 127 37 31
Octal 266 71 302 6 107 0 30 447 67 61
Binary 10110110 111001 11000010 110 1000111 0 11000 100100111 110111 110001

Color Harmonies of #B639C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B639C2

Black with #B639C2

Text Example


Text Example

White with #B639C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B639C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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