Html Css Color HEX #B038AC Fuchsia

📋 copy color: '#B038AC'

red 176 ◦ green 56 ◦ blue 172

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

Shades of Fuchsia #B038AC

Tints of Fuchsia #B038AC

RGB

 RED value IS 176 (69.14% from 255) = 43.56%

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

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

R = 43.56%
G = 13.86%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B038AC (or 0xB038AC) is known color: Fuchsia. HEX triplet: B0, 38 and AC. RGB value is (176,56,172). Sum of RGB (Red+Green+Blue) = 176+56+172=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B038AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B038AC is #4FC753. Grayscale: #686868. Windows color (decimal): -5228372 or 11286704. OLE color: 11286704.

HSL color Cylindrical-coordinate representation of color #B038AC: hue angle of 302º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B038AC is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 172 -
CMYK 0 0.68 0.02 0.31
HSL 302º 0.52% 0.45% -
HSV(B) 302º 0.68% 0.69% -
XYZ 26.77 15.04 40.52 -
YUV 105.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 176 56 172 0 0.68 0.02 0.31 302 0.52 0.45
Hex B0 38 AC 0 44 2 1F 12E 34 2D
Octal 260 70 254 0 104 2 37 456 64 55
Binary 10110000 111000 10101100 0 1000100 10 11111 100101110 110100 101101

Color Harmonies of #B038AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038AC

Black with #B038AC

Text Example


Text Example

White with #B038AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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