Html Css Color HEX #B84ABC Fuchsia

📋 copy color: '#B84ABC'

red 184 ◦ green 74 ◦ blue 188

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

Shades of Fuchsia #B84ABC

Tints of Fuchsia #B84ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.59%

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 41.26%
G = 16.59%
B = 42.15%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B84ABC (or 0xB84ABC) is known color: Fuchsia. HEX triplet: B8, 4A and BC. RGB value is (184,74,188). Sum of RGB (Red+Green+Blue) = 184+74+188=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #B84ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84ABC is #47B543. Grayscale: #777777. Windows color (decimal): -4699460 or 12339896. OLE color: 12339896.

HSL color Cylindrical-coordinate representation of color #B84ABC: hue angle of 297.89º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84ABC is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 74 188 -
CMYK 0.02 0.61 0 0.26
HSL 297.89º 0.46% 0.51% -
HSV(B) 297.89º 0.61% 0.74% -
XYZ 31.29 18.72 49.54 -
YUV 119.89 166.44 173.73 -
System Red Green Blue C M Y K H S L
Decimal 184 74 188 0.02 0.61 0 0.26 297.89 0.46 0.51
Hex B8 4A BC 2 3D 0 1A 12A 2E 33
Octal 270 112 274 2 75 0 32 452 56 63
Binary 10111000 1001010 10111100 10 111101 0 11010 100101010 101110 110011

Color Harmonies of #B84ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84ABC

Black with #B84ABC

Text Example


Text Example

White with #B84ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84ABC; }

 p { color: rgb(184,74,188); }

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

background-color css

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

 a { background-color: rgb(184,74,188); }

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

border-color css

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

 span { border-color: rgb(184,74,188); }

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