Html Css Color HEX #B866BC Fuchsia

📋 copy color: '#B866BC'

red 184 ◦ green 102 ◦ blue 188

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

Shades of Fuchsia #B866BC

Tints of Fuchsia #B866BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.66%

R = 38.82%
G = 21.52%
B = 39.66%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B866BC (or 0xB866BC) is known color: Fuchsia. HEX triplet: B8, 66 and BC. RGB value is (184,102,188). Sum of RGB (Red+Green+Blue) = 184+102+188=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #B866BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B866BC is #479943. Grayscale: #888888. Windows color (decimal): -4692292 or 12347064. OLE color: 12347064.

HSL color Cylindrical-coordinate representation of color #B866BC: hue angle of 297.21º degrees, saturation: 0.39, 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 #B866BC is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 102 188 -
CMYK 0.02 0.46 0 0.26
HSL 297.21º 0.39% 0.57% -
HSV(B) 297.21º 0.46% 0.74% -
XYZ 33.6 23.32 50.31 -
YUV 136.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 184 102 188 0.02 0.46 0 0.26 297.21 0.39 0.57
Hex B8 66 BC 2 2E 0 1A 129 27 39
Octal 270 146 274 2 56 0 32 451 47 71
Binary 10111000 1100110 10111100 10 101110 0 11010 100101001 100111 111001

Color Harmonies of #B866BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B866BC

Black with #B866BC

Text Example


Text Example

White with #B866BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B866BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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