Html Css Color HEX #B038AA Fuchsia

📋 copy color: '#B038AA'

red 176 ◦ green 56 ◦ blue 170

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

Shades of Fuchsia #B038AA

Tints of Fuchsia #B038AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 43.78%
G = 13.93%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B038AA (or 0xB038AA) is known color: Fuchsia. HEX triplet: B0, 38 and AA. RGB value is (176,56,170). Sum of RGB (Red+Green+Blue) = 176+56+170=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B038AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B038AA is #4FC755. Grayscale: #686868. Windows color (decimal): -5228374 or 11155632. OLE color: 11155632.

HSL color Cylindrical-coordinate representation of color #B038AA: hue angle of 303º 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 #B038AA is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 170 -
CMYK 0 0.68 0.03 0.31
HSL 303º 0.52% 0.45% -
HSV(B) 303º 0.68% 0.69% -
XYZ 26.57 14.96 39.52 -
YUV 104.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 176 56 170 0 0.68 0.03 0.31 303 0.52 0.45
Hex B0 38 AA 0 44 3 1F 12F 34 2D
Octal 260 70 252 0 104 3 37 457 64 55
Binary 10110000 111000 10101010 0 1000100 11 11111 100101111 110100 101101

Color Harmonies of #B038AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038AA

Black with #B038AA

Text Example


Text Example

White with #B038AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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