Html Css Color HEX #B86DBB Fuchsia

📋 copy color: '#B86DBB'

red 184 ◦ green 109 ◦ blue 187

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

Shades of Fuchsia #B86DBB

Tints of Fuchsia #B86DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 38.33%
G = 22.71%
B = 38.96%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B86DBB (or 0xB86DBB) is known color: Fuchsia. HEX triplet: B8, 6D and BB. RGB value is (184,109,187). Sum of RGB (Red+Green+Blue) = 184+109+187=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #B86DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86DBB is #479244. Grayscale: #8C8C8C. Windows color (decimal): -4690501 or 12283320. OLE color: 12283320.

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

Color convert

RGB 184 109 187 -
CMYK 0.02 0.42 0 0.27
HSL 297.69º 0.36% 0.58% -
HSV(B) 297.69º 0.42% 0.73% -
XYZ 34.21 24.72 49.98 -
YUV 140.32 154.35 159.16 -
System Red Green Blue C M Y K H S L
Decimal 184 109 187 0.02 0.42 0 0.27 297.69 0.36 0.58
Hex B8 6D BB 2 2A 0 1B 12A 24 3A
Octal 270 155 273 2 52 0 33 452 44 72
Binary 10111000 1101101 10111011 10 101010 0 11011 100101010 100100 111010

Color Harmonies of #B86DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86DBB

Black with #B86DBB

Text Example


Text Example

White with #B86DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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