Html Css Color HEX #B866BD Fuchsia

📋 copy color: '#B866BD'

red 184 ◦ green 102 ◦ blue 189

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

Shades of Fuchsia #B866BD

Tints of Fuchsia #B866BD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.47%

 BLUE value IS 189 (74.22% from 255) = 39.79%

R = 38.74%
G = 21.47%
B = 39.79%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B866BD (or 0xB866BD) is known color: Fuchsia. HEX triplet: B8, 66 and BD. RGB value is (184,102,189). Sum of RGB (Red+Green+Blue) = 184+102+189=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #B866BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B866BD is #479942. Grayscale: #888888. Windows color (decimal): -4692291 or 12412600. OLE color: 12412600.

HSL color Cylindrical-coordinate representation of color #B866BD: hue angle of 296.55º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B866BD is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 102 189 -
CMYK 0.03 0.46 0 0.26
HSL 296.55º 0.4% 0.57% -
HSV(B) 296.55º 0.46% 0.74% -
XYZ 33.7 23.37 50.88 -
YUV 136.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 184 102 189 0.03 0.46 0 0.26 296.55 0.4 0.57
Hex B8 66 BD 3 2E 0 1A 129 28 39
Octal 270 146 275 3 56 0 32 451 50 71
Binary 10111000 1100110 10111101 11 101110 0 11010 100101001 101000 111001

Color Harmonies of #B866BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B866BD

Black with #B866BD

Text Example


Text Example

White with #B866BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B866BD; }

 p { color: rgb(184,102,189); }

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

background-color css

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

 a { background-color: rgb(184,102,189); }

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

border-color css

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

 span { border-color: rgb(184,102,189); }

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