Html Css Color HEX #B84DBE Fuchsia

📋 copy color: '#B84DBE'

red 184 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #B84DBE

Tints of Fuchsia #B84DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 40.8%
G = 17.07%
B = 42.13%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B84DBE (or 0xB84DBE) is known color: Fuchsia. HEX triplet: B8, 4D and BE. RGB value is (184,77,190). Sum of RGB (Red+Green+Blue) = 184+77+190=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #B84DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DBE is #47B241. Grayscale: #797979. Windows color (decimal): -4698690 or 12471736. OLE color: 12471736.

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

Color convert

RGB 184 77 190 -
CMYK 0.03 0.59 0 0.25
HSL 296.81º 0.47% 0.52% -
HSV(B) 296.81º 0.59% 0.75% -
XYZ 31.72 19.22 50.75 -
YUV 121.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 184 77 190 0.03 0.59 0 0.25 296.81 0.47 0.52
Hex B8 4D BE 3 3B 0 19 129 2F 34
Octal 270 115 276 3 73 0 31 451 57 64
Binary 10111000 1001101 10111110 11 111011 0 11001 100101001 101111 110100

Color Harmonies of #B84DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84DBE

Black with #B84DBE

Text Example


Text Example

White with #B84DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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