Html Css Color HEX #B370BF Fuchsia

📋 copy color: '#B370BF'

red 179 ◦ green 112 ◦ blue 191

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

Shades of Fuchsia #B370BF

Tints of Fuchsia #B370BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.63%

R = 37.14%
G = 23.24%
B = 39.63%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B370BF (or 0xB370BF) is known color: Fuchsia. HEX triplet: B3, 70 and BF. RGB value is (179,112,191). Sum of RGB (Red+Green+Blue) = 179+112+191=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #B370BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370BF is #4C8F40. Grayscale: #8C8C8C. Windows color (decimal): -5017409 or 12546227. OLE color: 12546227.

HSL color Cylindrical-coordinate representation of color #B370BF: hue angle of 290.89º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B370BF is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 112 191 -
CMYK 0.06 0.41 0 0.25
HSL 290.89º 0.38% 0.59% -
HSV(B) 290.89º 0.41% 0.75% -
XYZ 33.79 24.93 52.32 -
YUV 141.04 156.2 155.08 -
System Red Green Blue C M Y K H S L
Decimal 179 112 191 0.06 0.41 0 0.25 290.89 0.38 0.59
Hex B3 70 BF 6 29 0 19 123 26 3B
Octal 263 160 277 6 51 0 31 443 46 73
Binary 10110011 1110000 10111111 110 101001 0 11001 100100011 100110 111011

Color Harmonies of #B370BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B370BF

Black with #B370BF

Text Example


Text Example

White with #B370BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B370BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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