Html Css Color HEX #B86DC1 Fuchsia

📋 copy color: '#B86DC1'

red 184 ◦ green 109 ◦ blue 193

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

Shades of Fuchsia #B86DC1

Tints of Fuchsia #B86DC1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.43%

 BLUE value IS 193 (75.78% from 255) = 39.71%

R = 37.86%
G = 22.43%
B = 39.71%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B86DC1 (or 0xB86DC1) is known color: Fuchsia. HEX triplet: B8, 6D and C1. RGB value is (184,109,193). Sum of RGB (Red+Green+Blue) = 184+109+193=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #B86DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86DC1 is #47923E. Grayscale: #8C8C8C. Windows color (decimal): -4690495 or 12676536. OLE color: 12676536.

HSL color Cylindrical-coordinate representation of color #B86DC1: hue angle of 293.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B86DC1 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 109 193 -
CMYK 0.05 0.44 0 0.24
HSL 293.57º 0.4% 0.59% -
HSV(B) 293.57º 0.44% 0.76% -
XYZ 34.86 24.98 53.44 -
YUV 141 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 184 109 193 0.05 0.44 0 0.24 293.57 0.4 0.59
Hex B8 6D C1 5 2C 0 18 126 28 3B
Octal 270 155 301 5 54 0 30 446 50 73
Binary 10111000 1101101 11000001 101 101100 0 11000 100100110 101000 111011

Color Harmonies of #B86DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86DC1

Black with #B86DC1

Text Example


Text Example

White with #B86DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86DC1; }

 p { color: rgb(184,109,193); }

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

background-color css

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

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

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

border-color css

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

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

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