Html Css Color HEX #B863BA Fuchsia

📋 copy color: '#B863BA'

red 184 ◦ green 99 ◦ blue 186

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

Shades of Fuchsia #B863BA

Tints of Fuchsia #B863BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.11%

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 39.23%
G = 21.11%
B = 39.66%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B863BA (or 0xB863BA) is known color: Fuchsia. HEX triplet: B8, 63 and BA. RGB value is (184,99,186). Sum of RGB (Red+Green+Blue) = 184+99+186=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #B863BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863BA is #479C45. Grayscale: #868686. Windows color (decimal): -4693062 or 12215224. OLE color: 12215224.

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

Color convert

RGB 184 99 186 -
CMYK 0.01 0.47 0 0.27
HSL 298.62º 0.39% 0.56% -
HSV(B) 298.62º 0.47% 0.73% -
XYZ 33.09 22.66 49.08 -
YUV 134.33 157.16 163.43 -
System Red Green Blue C M Y K H S L
Decimal 184 99 186 0.01 0.47 0 0.27 298.62 0.39 0.56
Hex B8 63 BA 1 2F 0 1B 12B 27 38
Octal 270 143 272 1 57 0 33 453 47 70
Binary 10111000 1100011 10111010 1 101111 0 11011 100101011 100111 111000

Color Harmonies of #B863BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B863BA

Black with #B863BA

Text Example


Text Example

White with #B863BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B863BA; }

 p { color: rgb(184,99,186); }

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

background-color css

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

 a { background-color: rgb(184,99,186); }

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

border-color css

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

 span { border-color: rgb(184,99,186); }

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