Html Css Color HEX #B439C2 Fuchsia

📋 copy color: '#B439C2'

red 180 ◦ green 57 ◦ blue 194

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

Shades of Fuchsia #B439C2

Tints of Fuchsia #B439C2

RGB

 RED value IS 180 (70.7% from 255) = 41.76%

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

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

R = 41.76%
G = 13.23%
B = 45.01%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B439C2 (or 0xB439C2) is known color: Fuchsia. HEX triplet: B4, 39 and C2. RGB value is (180,57,194). Sum of RGB (Red+Green+Blue) = 180+57+194=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #B439C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B439C2 is #4BC63D. Grayscale: #6C6C6C. Windows color (decimal): -4965950 or 12728756. OLE color: 12728756.

HSL color Cylindrical-coordinate representation of color #B439C2: hue angle of 293.87º 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 #B439C2 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 57 194 -
CMYK 0.07 0.71 0 0.24
HSL 293.87º 0.55% 0.49% -
HSV(B) 293.87º 0.71% 0.76% -
XYZ 30.02 16.52 52.65 -
YUV 109.4 175.75 178.36 -
System Red Green Blue C M Y K H S L
Decimal 180 57 194 0.07 0.71 0 0.24 293.87 0.55 0.49
Hex B4 39 C2 7 47 0 18 126 37 31
Octal 264 71 302 7 107 0 30 446 67 61
Binary 10110100 111001 11000010 111 1000111 0 11000 100100110 110111 110001

Color Harmonies of #B439C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B439C2

Black with #B439C2

Text Example


Text Example

White with #B439C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B439C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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