Html Css Color HEX #B840BA Fuchsia

📋 copy color: '#B840BA'

red 184 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #B840BA

Tints of Fuchsia #B840BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.75%

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

R = 42.4%
G = 14.75%
B = 42.86%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B840BA (or 0xB840BA) is known color: Fuchsia. HEX triplet: B8, 40 and BA. RGB value is (184,64,186). Sum of RGB (Red+Green+Blue) = 184+64+186=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #B840BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840BA is #47BF45. Grayscale: #717171. Windows color (decimal): -4702022 or 12206264. OLE color: 12206264.

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

Color convert

RGB 184 64 186 -
CMYK 0.01 0.66 0 0.27
HSL 299.02º 0.49% 0.49% -
HSV(B) 299.02º 0.66% 0.73% -
XYZ 30.46 17.4 48.21 -
YUV 113.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 184 64 186 0.01 0.66 0 0.27 299.02 0.49 0.49
Hex B8 40 BA 1 42 0 1B 12B 31 31
Octal 270 100 272 1 102 0 33 453 61 61
Binary 10111000 1000000 10111010 1 1000010 0 11011 100101011 110001 110001

Color Harmonies of #B840BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B840BA

Black with #B840BA

Text Example


Text Example

White with #B840BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B840BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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