Html Css Color HEX #B438AC Fuchsia

📋 copy color: '#B438AC'

red 180 ◦ green 56 ◦ blue 172

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

Shades of Fuchsia #B438AC

Tints of Fuchsia #B438AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.73%

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 44.12%
G = 13.73%
B = 42.16%

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

#B438AC (or 0xB438AC) is known color: Fuchsia. HEX triplet: B4, 38 and AC. RGB value is (180,56,172). Sum of RGB (Red+Green+Blue) = 180+56+172=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B438AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B438AC is #4BC753. Grayscale: #696969. Windows color (decimal): -4966228 or 11286708. OLE color: 11286708.

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

Color convert

RGB 180 56 172 -
CMYK 0 0.69 0.04 0.29
HSL 303.87º 0.53% 0.46% -
HSV(B) 303.87º 0.69% 0.71% -
XYZ 27.68 15.51 40.56 -
YUV 106.3 165.08 180.57 -
System Red Green Blue C M Y K H S L
Decimal 180 56 172 0 0.69 0.04 0.29 303.87 0.53 0.46
Hex B4 38 AC 0 45 4 1D 130 35 2E
Octal 264 70 254 0 105 4 35 460 65 56
Binary 10110100 111000 10101100 0 1000101 100 11101 100110000 110101 101110

Color Harmonies of #B438AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B438AC

Black with #B438AC

Text Example


Text Example

White with #B438AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B438AC; }

 p { color: rgb(180,56,172); }

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

background-color css

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

 a { background-color: rgb(180,56,172); }

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

border-color css

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

 span { border-color: rgb(180,56,172); }

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