Html Css Color HEX #B038A7 Fuchsia

📋 copy color: '#B038A7'

red 176 ◦ green 56 ◦ blue 167

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

Shades of Fuchsia #B038A7

Tints of Fuchsia #B038A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.85%

R = 44.11%
G = 14.04%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B038A7 (or 0xB038A7) is known color: Fuchsia. HEX triplet: B0, 38 and A7. RGB value is (176,56,167). Sum of RGB (Red+Green+Blue) = 176+56+167=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 167 (65.62% from 255 or 41.85% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B038A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B038A7 is #4FC758. Grayscale: #686868. Windows color (decimal): -5228377 or 10959024. OLE color: 10959024.

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

Color convert

RGB 176 56 167 -
CMYK 0 0.68 0.05 0.31
HSL 304.5º 0.52% 0.45% -
HSV(B) 304.5º 0.68% 0.69% -
XYZ 26.29 14.85 38.04 -
YUV 104.53 163.26 178.97 -
System Red Green Blue C M Y K H S L
Decimal 176 56 167 0 0.68 0.05 0.31 304.5 0.52 0.45
Hex B0 38 A7 0 44 5 1F 130 34 2D
Octal 260 70 247 0 104 5 37 460 64 55
Binary 10110000 111000 10100111 0 1000100 101 11111 100110000 110100 101101

Color Harmonies of #B038A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038A7

Black with #B038A7

Text Example


Text Example

White with #B038A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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