Html Css Color HEX #B848BA Fuchsia

📋 copy color: '#B848BA'

red 184 ◦ green 72 ◦ blue 186

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

Shades of Fuchsia #B848BA

Tints of Fuchsia #B848BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.29%

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

R = 41.63%
G = 16.29%
B = 42.08%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B848BA (or 0xB848BA) is known color: Fuchsia. HEX triplet: B8, 48 and BA. RGB value is (184,72,186). Sum of RGB (Red+Green+Blue) = 184+72+186=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #B848BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B848BA is #47B745. Grayscale: #767676. Windows color (decimal): -4699974 or 12208312. OLE color: 12208312.

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

Color convert

RGB 184 72 186 -
CMYK 0.01 0.61 0 0.27
HSL 298.95º 0.45% 0.51% -
HSV(B) 298.95º 0.61% 0.73% -
XYZ 30.95 18.37 48.37 -
YUV 118.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 184 72 186 0.01 0.61 0 0.27 298.95 0.45 0.51
Hex B8 48 BA 1 3D 0 1B 12B 2D 33
Octal 270 110 272 1 75 0 33 453 55 63
Binary 10111000 1001000 10111010 1 111101 0 11011 100101011 101101 110011

Color Harmonies of #B848BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B848BA

Black with #B848BA

Text Example


Text Example

White with #B848BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B848BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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