Html Css Color HEX #B84ABD Fuchsia

📋 copy color: '#B84ABD'

red 184 ◦ green 74 ◦ blue 189

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

Shades of Fuchsia #B84ABD

Tints of Fuchsia #B84ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.28%

R = 41.16%
G = 16.55%
B = 42.28%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B84ABD (or 0xB84ABD) is known color: Fuchsia. HEX triplet: B8, 4A and BD. RGB value is (184,74,189). Sum of RGB (Red+Green+Blue) = 184+74+189=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #B84ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84ABD is #47B542. Grayscale: #777777. Windows color (decimal): -4699459 or 12405432. OLE color: 12405432.

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

Color convert

RGB 184 74 189 -
CMYK 0.03 0.61 0 0.26
HSL 297.39º 0.47% 0.52% -
HSV(B) 297.39º 0.61% 0.74% -
XYZ 31.4 18.76 50.11 -
YUV 120 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 184 74 189 0.03 0.61 0 0.26 297.39 0.47 0.52
Hex B8 4A BD 3 3D 0 1A 129 2F 34
Octal 270 112 275 3 75 0 32 451 57 64
Binary 10111000 1001010 10111101 11 111101 0 11010 100101001 101111 110100

Color Harmonies of #B84ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84ABD

Black with #B84ABD

Text Example


Text Example

White with #B84ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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