Html Css Color HEX #B841BB Fuchsia

📋 copy color: '#B841BB'

red 184 ◦ green 65 ◦ blue 187

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

Shades of Fuchsia #B841BB

Tints of Fuchsia #B841BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.91%

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

R = 42.2%
G = 14.91%
B = 42.89%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B841BB (or 0xB841BB) is known color: Fuchsia. HEX triplet: B8, 41 and BB. RGB value is (184,65,187). Sum of RGB (Red+Green+Blue) = 184+65+187=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #B841BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841BB is #47BE44. Grayscale: #727272. Windows color (decimal): -4701765 or 12272056. OLE color: 12272056.

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

Color convert

RGB 184 65 187 -
CMYK 0.02 0.65 0 0.27
HSL 298.52º 0.48% 0.49% -
HSV(B) 298.52º 0.65% 0.73% -
XYZ 30.63 17.56 48.79 -
YUV 114.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 184 65 187 0.02 0.65 0 0.27 298.52 0.48 0.49
Hex B8 41 BB 2 41 0 1B 12B 30 31
Octal 270 101 273 2 101 0 33 453 60 61
Binary 10111000 1000001 10111011 10 1000001 0 11011 100101011 110000 110001

Color Harmonies of #B841BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841BB

Black with #B841BB

Text Example


Text Example

White with #B841BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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