Html Css Color HEX #B840BB Fuchsia

📋 copy color: '#B840BB'

red 184 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #B840BB

Tints of Fuchsia #B840BB

RGB

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

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

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

R = 42.3%
G = 14.71%
B = 42.99%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B840BB (or 0xB840BB) is known color: Fuchsia. HEX triplet: B8, 40 and BB. RGB value is (184,64,187). Sum of RGB (Red+Green+Blue) = 184+64+187=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #B840BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840BB is #47BF44. Grayscale: #717171. Windows color (decimal): -4702021 or 12271800. OLE color: 12271800.

HSL color Cylindrical-coordinate representation of color #B840BB: hue angle of 298.54º 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 #B840BB is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 64 187 -
CMYK 0.02 0.66 0 0.27
HSL 298.54º 0.49% 0.49% -
HSV(B) 298.54º 0.66% 0.73% -
XYZ 30.57 17.45 48.77 -
YUV 113.9 169.26 178 -
System Red Green Blue C M Y K H S L
Decimal 184 64 187 0.02 0.66 0 0.27 298.54 0.49 0.49
Hex B8 40 BB 2 42 0 1B 12B 31 31
Octal 270 100 273 2 102 0 33 453 61 61
Binary 10111000 1000000 10111011 10 1000010 0 11011 100101011 110001 110001

Color Harmonies of #B840BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B840BB

Black with #B840BB

Text Example


Text Example

White with #B840BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B840BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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