Html Css Color HEX #B845A5 Fuchsia

📋 copy color: '#B845A5'

red 184 ◦ green 69 ◦ blue 165

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

Shades of Fuchsia #B845A5

Tints of Fuchsia #B845A5

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.51%

 BLUE value IS 165 (64.84% from 255) = 39.47%

R = 44.02%
G = 16.51%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B845A5 (or 0xB845A5) is known color: Fuchsia. HEX triplet: B8, 45 and A5. RGB value is (184,69,165). Sum of RGB (Red+Green+Blue) = 184+69+165=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B845A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B845A5 is #47BA5A. Grayscale: #727272. Windows color (decimal): -4700763 or 10831288. OLE color: 10831288.

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

Color convert

RGB 184 69 165 -
CMYK 0 0.62 0.10 0.28
HSL 309.91º 0.45% 0.5% -
HSV(B) 309.91º 0.63% 0.72% -
XYZ 28.69 17.16 37.4 -
YUV 114.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 184 69 165 0 0.62 0.10 0.28 309.91 0.45 0.5
Hex B8 45 A5 0 3E A 1C 136 2D 32
Octal 270 105 245 0 76 12 34 466 55 62
Binary 10111000 1000101 10100101 0 111110 1010 11100 100110110 101101 110010

Color Harmonies of #B845A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B845A5

Black with #B845A5

Text Example


Text Example

White with #B845A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B845A5; }

 p { color: rgb(184,69,165); }

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

background-color css

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

 a { background-color: rgb(184,69,165); }

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

border-color css

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

 span { border-color: rgb(184,69,165); }

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