Html Css Color HEX #B848A7 Fuchsia

📋 copy color: '#B848A7'

red 184 ◦ green 72 ◦ blue 167

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

Shades of Fuchsia #B848A7

Tints of Fuchsia #B848A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.48%

R = 43.5%
G = 17.02%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B848A7 (or 0xB848A7) is known color: Fuchsia. HEX triplet: B8, 48 and A7. RGB value is (184,72,167). Sum of RGB (Red+Green+Blue) = 184+72+167=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B848A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B848A7 is #47B758. Grayscale: #747474. Windows color (decimal): -4699993 or 10963128. OLE color: 10963128.

HSL color Cylindrical-coordinate representation of color #B848A7: hue angle of 309.11º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B848A7 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 72 167 -
CMYK 0 0.61 0.09 0.28
HSL 309.11º 0.44% 0.5% -
HSV(B) 309.11º 0.61% 0.72% -
XYZ 29.06 17.62 38.43 -
YUV 116.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 184 72 167 0 0.61 0.09 0.28 309.11 0.44 0.5
Hex B8 48 A7 0 3D 9 1C 135 2C 32
Octal 270 110 247 0 75 11 34 465 54 62
Binary 10111000 1001000 10100111 0 111101 1001 11100 100110101 101100 110010

Color Harmonies of #B848A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B848A7

Black with #B848A7

Text Example


Text Example

White with #B848A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B848A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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