Html Css Color HEX #B370BB Fuchsia

📋 copy color: '#B370BB'

red 179 ◦ green 112 ◦ blue 187

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

Shades of Fuchsia #B370BB

Tints of Fuchsia #B370BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 37.45%
G = 23.43%
B = 39.12%

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

#B370BB (or 0xB370BB) is known color: Fuchsia. HEX triplet: B3, 70 and BB. RGB value is (179,112,187). Sum of RGB (Red+Green+Blue) = 179+112+187=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #B370BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370BB is #4C8F44. Grayscale: #8C8C8C. Windows color (decimal): -5017413 or 12284083. OLE color: 12284083.

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

Color convert

RGB 179 112 187 -
CMYK 0.04 0.40 0 0.27
HSL 293.6º 0.36% 0.59% -
HSV(B) 293.6º 0.4% 0.73% -
XYZ 33.35 24.76 50.03 -
YUV 140.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 179 112 187 0.04 0.40 0 0.27 293.6 0.36 0.59
Hex B3 70 BB 4 28 0 1B 126 24 3B
Octal 263 160 273 4 50 0 33 446 44 73
Binary 10110011 1110000 10111011 100 101000 0 11011 100100110 100100 111011

Color Harmonies of #B370BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B370BB

Black with #B370BB

Text Example


Text Example

White with #B370BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B370BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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