Html Css Color HEX #B860B2 Fuchsia

📋 copy color: '#B860B2'

red 184 ◦ green 96 ◦ blue 178

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

Shades of Fuchsia #B860B2

Tints of Fuchsia #B860B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.86%

R = 40.17%
G = 20.96%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B860B2 (or 0xB860B2) is known color: Fuchsia. HEX triplet: B8, 60 and B2. RGB value is (184,96,178). Sum of RGB (Red+Green+Blue) = 184+96+178=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B860B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B860B2 is #479F4D. Grayscale: #838383. Windows color (decimal): -4693838 or 11690168. OLE color: 11690168.

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

Color convert

RGB 184 96 178 -
CMYK 0 0.48 0.03 0.28
HSL 304.09º 0.38% 0.55% -
HSV(B) 304.09º 0.48% 0.72% -
XYZ 31.99 21.77 44.64 -
YUV 131.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 184 96 178 0 0.48 0.03 0.28 304.09 0.38 0.55
Hex B8 60 B2 0 30 3 1C 130 26 37
Octal 270 140 262 0 60 3 34 460 46 67
Binary 10111000 1100000 10110010 0 110000 11 11100 100110000 100110 110111

Color Harmonies of #B860B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B860B2

Black with #B860B2

Text Example


Text Example

White with #B860B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B860B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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