Html Css Color HEX #B84DBB Fuchsia

📋 copy color: '#B84DBB'

red 184 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #B84DBB

Tints of Fuchsia #B84DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.19%

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 41.07%
G = 17.19%
B = 41.74%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B84DBB (or 0xB84DBB) is known color: Fuchsia. HEX triplet: B8, 4D and BB. RGB value is (184,77,187). Sum of RGB (Red+Green+Blue) = 184+77+187=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #B84DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DBB is #47B244. Grayscale: #797979. Windows color (decimal): -4698693 or 12275128. OLE color: 12275128.

HSL color Cylindrical-coordinate representation of color #B84DBB: hue angle of 298.36º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84DBB is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 77 187 -
CMYK 0.02 0.59 0 0.27
HSL 298.36º 0.45% 0.52% -
HSV(B) 298.36º 0.59% 0.73% -
XYZ 31.39 19.09 49.04 -
YUV 121.53 164.95 172.56 -
System Red Green Blue C M Y K H S L
Decimal 184 77 187 0.02 0.59 0 0.27 298.36 0.45 0.52
Hex B8 4D BB 2 3B 0 1B 12A 2D 34
Octal 270 115 273 2 73 0 33 452 55 64
Binary 10111000 1001101 10111011 10 111011 0 11011 100101010 101101 110100

Color Harmonies of #B84DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84DBB

Black with #B84DBB

Text Example


Text Example

White with #B84DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84DBB; }

 p { color: rgb(184,77,187); }

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

background-color css

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

 a { background-color: rgb(184,77,187); }

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

border-color css

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

 span { border-color: rgb(184,77,187); }

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