Html Css Color HEX #B370BA Fuchsia

📋 copy color: '#B370BA'

red 179 ◦ green 112 ◦ blue 186

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

Shades of Fuchsia #B370BA

Tints of Fuchsia #B370BA

RGB

 RED value IS 179 (70.31% from 255) = 37.53%

 GREEN value IS 112 (44.14% from 255) = 23.48%

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 37.53%
G = 23.48%
B = 38.99%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B370BA (or 0xB370BA) is known color: Fuchsia. HEX triplet: B3, 70 and BA. RGB value is (179,112,186). Sum of RGB (Red+Green+Blue) = 179+112+186=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #B370BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370BA is #4C8F45. Grayscale: #8C8C8C. Windows color (decimal): -5017414 or 12218547. OLE color: 12218547.

HSL color Cylindrical-coordinate representation of color #B370BA: hue angle of 294.32º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B370BA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 112 186 -
CMYK 0.04 0.40 0 0.27
HSL 294.32º 0.35% 0.58% -
HSV(B) 294.32º 0.4% 0.73% -
XYZ 33.25 24.72 49.47 -
YUV 140.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 179 112 186 0.04 0.40 0 0.27 294.32 0.35 0.58
Hex B3 70 BA 4 28 0 1B 126 23 3A
Octal 263 160 272 4 50 0 33 446 43 72
Binary 10110011 1110000 10111010 100 101000 0 11011 100100110 100011 111010

Color Harmonies of #B370BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B370BA

Black with #B370BA

Text Example


Text Example

White with #B370BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B370BA; }

 p { color: rgb(179,112,186); }

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

background-color css

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

 a { background-color: rgb(179,112,186); }

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

border-color css

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

 span { border-color: rgb(179,112,186); }

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