Html Css Color HEX #B86DB9 Fuchsia

📋 copy color: '#B86DB9'

red 184 ◦ green 109 ◦ blue 185

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

Shades of Fuchsia #B86DB9

Tints of Fuchsia #B86DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.7%

R = 38.49%
G = 22.8%
B = 38.7%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B86DB9 (or 0xB86DB9) is known color: Fuchsia. HEX triplet: B8, 6D and B9. RGB value is (184,109,185). Sum of RGB (Red+Green+Blue) = 184+109+185=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #B86DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86DB9 is #479246. Grayscale: #8B8B8B. Windows color (decimal): -4690503 or 12152248. OLE color: 12152248.

HSL color Cylindrical-coordinate representation of color #B86DB9: hue angle of 299.21º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86DB9 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 109 185 -
CMYK 0.01 0.41 0 0.27
HSL 299.21º 0.35% 0.58% -
HSV(B) 299.21º 0.41% 0.73% -
XYZ 33.99 24.63 48.86 -
YUV 140.09 153.35 159.32 -
System Red Green Blue C M Y K H S L
Decimal 184 109 185 0.01 0.41 0 0.27 299.21 0.35 0.58
Hex B8 6D B9 1 29 0 1B 12B 23 3A
Octal 270 155 271 1 51 0 33 453 43 72
Binary 10111000 1101101 10111001 1 101001 0 11011 100101011 100011 111010

Color Harmonies of #B86DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86DB9

Black with #B86DB9

Text Example


Text Example

White with #B86DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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