Html Css Color HEX #B870B8 Fuchsia

📋 copy color: '#B870B8'

red 184 ◦ green 112 ◦ blue 184

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

Shades of Fuchsia #B870B8

Tints of Fuchsia #B870B8

RGB

 RED value IS 184 (72.27% from 255) = 38.33%

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

 BLUE value IS 184 (72.27% from 255) = 38.33%

R = 38.33%
G = 23.33%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B870B8 (or 0xB870B8) is known color: Fuchsia. HEX triplet: B8, 70 and B8. RGB value is (184,112,184). Sum of RGB (Red+Green+Blue) = 184+112+184=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B870B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870B8 is #478F47. Grayscale: #8D8D8D. Windows color (decimal): -4689736 or 12087480. OLE color: 12087480.

HSL color Cylindrical-coordinate representation of color #B870B8: hue angle of 300º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B870B8 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 112 184 -
CMYK 0 0.39 0 0.28
HSL 300º 0.34% 0.58% -
HSV(B) 300º 0.39% 0.72% -
XYZ 34.21 25.24 48.42 -
YUV 141.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 184 112 184 0 0.39 0 0.28 300 0.34 0.58
Hex B8 70 B8 0 27 0 1C 12C 22 3A
Octal 270 160 270 0 47 0 34 454 42 72
Binary 10111000 1110000 10111000 0 100111 0 11100 100101100 100010 111010

Color Harmonies of #B870B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B870B8

Black with #B870B8

Text Example


Text Example

White with #B870B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B870B8; }

 p { color: rgb(184,112,184); }

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

background-color css

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

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

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

border-color css

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

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

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