Html Css Color HEX #B639BC Fuchsia

📋 copy color: '#B639BC'

red 182 ◦ green 57 ◦ blue 188

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

Shades of Fuchsia #B639BC

Tints of Fuchsia #B639BC

RGB

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

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

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

R = 42.62%
G = 13.35%
B = 44.03%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B639BC (or 0xB639BC) is known color: Fuchsia. HEX triplet: B6, 39 and BC. RGB value is (182,57,188). Sum of RGB (Red+Green+Blue) = 182+57+188=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #B639BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B639BC is #49C643. Grayscale: #6C6C6C. Windows color (decimal): -4834884 or 12335542. OLE color: 12335542.

HSL color Cylindrical-coordinate representation of color #B639BC: hue angle of 297.25º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B639BC is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 57 188 -
CMYK 0.03 0.70 0 0.26
HSL 297.25º 0.53% 0.48% -
HSV(B) 297.25º 0.7% 0.74% -
XYZ 29.83 16.5 49.19 -
YUV 109.31 172.41 179.85 -
System Red Green Blue C M Y K H S L
Decimal 182 57 188 0.03 0.70 0 0.26 297.25 0.53 0.48
Hex B6 39 BC 3 46 0 1A 129 35 30
Octal 266 71 274 3 106 0 32 451 65 60
Binary 10110110 111001 10111100 11 1000110 0 11010 100101001 110101 110000

Color Harmonies of #B639BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B639BC

Black with #B639BC

Text Example


Text Example

White with #B639BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B639BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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