Html Css Color HEX #B860B0 Fuchsia

📋 copy color: '#B860B0'

red 184 ◦ green 96 ◦ blue 176

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

Shades of Fuchsia #B860B0

Tints of Fuchsia #B860B0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.05%

 BLUE value IS 176 (69.14% from 255) = 38.6%

R = 40.35%
G = 21.05%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B860B0 (or 0xB860B0) is known color: Fuchsia. HEX triplet: B8, 60 and B0. RGB value is (184,96,176). Sum of RGB (Red+Green+Blue) = 184+96+176=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B860B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B860B0 is #479F4F. Grayscale: #838383. Windows color (decimal): -4693840 or 11559096. OLE color: 11559096.

HSL color Cylindrical-coordinate representation of color #B860B0: hue angle of 305.45º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B860B0 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 96 176 -
CMYK 0 0.48 0.04 0.28
HSL 305.45º 0.38% 0.55% -
HSV(B) 305.45º 0.48% 0.72% -
XYZ 31.79 21.69 43.59 -
YUV 131.43 153.15 165.5 -
System Red Green Blue C M Y K H S L
Decimal 184 96 176 0 0.48 0.04 0.28 305.45 0.38 0.55
Hex B8 60 B0 0 30 4 1C 131 26 37
Octal 270 140 260 0 60 4 34 461 46 67
Binary 10111000 1100000 10110000 0 110000 100 11100 100110001 100110 110111

Color Harmonies of #B860B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B860B0

Black with #B860B0

Text Example


Text Example

White with #B860B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B860B0; }

 p { color: rgb(184,96,176); }

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

background-color css

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

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

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

border-color css

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

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

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