Html Css Color HEX #B639AF Fuchsia

📋 copy color: '#B639AF'

red 182 ◦ green 57 ◦ blue 175

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

Shades of Fuchsia #B639AF

Tints of Fuchsia #B639AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 43.96%
G = 13.77%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B639AF (or 0xB639AF) is known color: Fuchsia. HEX triplet: B6, 39 and AF. RGB value is (182,57,175). Sum of RGB (Red+Green+Blue) = 182+57+175=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B639AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B639AF is #49C650. Grayscale: #6B6B6B. Windows color (decimal): -4834897 or 11483574. OLE color: 11483574.

HSL color Cylindrical-coordinate representation of color #B639AF: hue angle of 303.36º 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 #B639AF is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 57 175 -
CMYK 0 0.69 0.04 0.29
HSL 303.36º 0.52% 0.47% -
HSV(B) 303.36º 0.69% 0.71% -
XYZ 28.49 15.97 42.14 -
YUV 107.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 182 57 175 0 0.69 0.04 0.29 303.36 0.52 0.47
Hex B6 39 AF 0 45 4 1D 12F 34 2F
Octal 266 71 257 0 105 4 35 457 64 57
Binary 10110110 111001 10101111 0 1000101 100 11101 100101111 110100 101111

Color Harmonies of #B639AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B639AF

Black with #B639AF

Text Example


Text Example

White with #B639AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B639AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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