Html Css Color HEX #B84BA5 Fuchsia

📋 copy color: '#B84BA5'

red 184 ◦ green 75 ◦ blue 165

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

Shades of Fuchsia #B84BA5

Tints of Fuchsia #B84BA5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.69%

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

R = 43.4%
G = 17.69%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B84BA5 (or 0xB84BA5) is known color: Fuchsia. HEX triplet: B8, 4B and A5. RGB value is (184,75,165). Sum of RGB (Red+Green+Blue) = 184+75+165=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B84BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84BA5 is #47B45A. Grayscale: #757575. Windows color (decimal): -4699227 or 10832824. OLE color: 10832824.

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

Color convert

RGB 184 75 165 -
CMYK 0 0.59 0.10 0.28
HSL 310.46º 0.43% 0.51% -
HSV(B) 310.46º 0.59% 0.72% -
XYZ 29.07 17.94 37.53 -
YUV 117.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 184 75 165 0 0.59 0.10 0.28 310.46 0.43 0.51
Hex B8 4B A5 0 3B A 1C 136 2B 33
Octal 270 113 245 0 73 12 34 466 53 63
Binary 10111000 1001011 10100101 0 111011 1010 11100 100110110 101011 110011

Color Harmonies of #B84BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84BA5

Black with #B84BA5

Text Example


Text Example

White with #B84BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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