Html Css Color HEX #B439B2 Fuchsia

📋 copy color: '#B439B2'

red 180 ◦ green 57 ◦ blue 178

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

Shades of Fuchsia #B439B2

Tints of Fuchsia #B439B2

RGB

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

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

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

R = 43.37%
G = 13.73%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B439B2 (or 0xB439B2) is known color: Fuchsia. HEX triplet: B4, 39 and B2. RGB value is (180,57,178). Sum of RGB (Red+Green+Blue) = 180+57+178=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B439B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B439B2 is #4BC64D. Grayscale: #6B6B6B. Windows color (decimal): -4965966 or 11680180. OLE color: 11680180.

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

Color convert

RGB 180 57 178 -
CMYK 0 0.68 0.01 0.29
HSL 300.98º 0.52% 0.46% -
HSV(B) 300.98º 0.68% 0.71% -
XYZ 28.32 15.84 43.68 -
YUV 107.57 167.75 179.66 -
System Red Green Blue C M Y K H S L
Decimal 180 57 178 0 0.68 0.01 0.29 300.98 0.52 0.46
Hex B4 39 B2 0 44 1 1D 12D 34 2E
Octal 264 71 262 0 104 1 35 455 64 56
Binary 10110100 111001 10110010 0 1000100 1 11101 100101101 110100 101110

Color Harmonies of #B439B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B439B2

Black with #B439B2

Text Example


Text Example

White with #B439B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B439B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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