Html Css Color HEX #B841BA Fuchsia

📋 copy color: '#B841BA'

red 184 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #B841BA

Tints of Fuchsia #B841BA

RGB

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

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

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

R = 42.3%
G = 14.94%
B = 42.76%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B841BA (or 0xB841BA) is known color: Fuchsia. HEX triplet: B8, 41 and BA. RGB value is (184,65,186). Sum of RGB (Red+Green+Blue) = 184+65+186=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #B841BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841BA is #47BE45. Grayscale: #727272. Windows color (decimal): -4701766 or 12206520. OLE color: 12206520.

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

Color convert

RGB 184 65 186 -
CMYK 0.01 0.65 0 0.27
HSL 299.01º 0.48% 0.49% -
HSV(B) 299.01º 0.65% 0.73% -
XYZ 30.52 17.52 48.23 -
YUV 114.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 184 65 186 0.01 0.65 0 0.27 299.01 0.48 0.49
Hex B8 41 BA 1 41 0 1B 12B 30 31
Octal 270 101 272 1 101 0 33 453 60 61
Binary 10111000 1000001 10111010 1 1000001 0 11011 100101011 110000 110001

Color Harmonies of #B841BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841BA

Black with #B841BA

Text Example


Text Example

White with #B841BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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