Html Css Color HEX #B870B3 Fuchsia

📋 copy color: '#B870B3'

red 184 ◦ green 112 ◦ blue 179

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

Shades of Fuchsia #B870B3

Tints of Fuchsia #B870B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.68%

R = 38.74%
G = 23.58%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B870B3 (or 0xB870B3) is known color: Fuchsia. HEX triplet: B8, 70 and B3. RGB value is (184,112,179). Sum of RGB (Red+Green+Blue) = 184+112+179=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B870B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870B3 is #478F4C. Grayscale: #8C8C8C. Windows color (decimal): -4689741 or 11759800. OLE color: 11759800.

HSL color Cylindrical-coordinate representation of color #B870B3: hue angle of 304.17º 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 #B870B3 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 112 179 -
CMYK 0 0.39 0.03 0.28
HSL 304.17º 0.34% 0.58% -
HSV(B) 304.17º 0.39% 0.72% -
XYZ 33.7 25.03 45.7 -
YUV 141.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 184 112 179 0 0.39 0.03 0.28 304.17 0.34 0.58
Hex B8 70 B3 0 27 3 1C 130 22 3A
Octal 270 160 263 0 47 3 34 460 42 72
Binary 10111000 1110000 10110011 0 100111 11 11100 100110000 100010 111010

Color Harmonies of #B870B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B870B3

Black with #B870B3

Text Example


Text Example

White with #B870B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B870B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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