Html Css Color HEX #B84BBE Fuchsia

📋 copy color: '#B84BBE'

red 184 ◦ green 75 ◦ blue 190

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

Shades of Fuchsia #B84BBE

Tints of Fuchsia #B84BBE

RGB

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

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

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

R = 40.98%
G = 16.7%
B = 42.32%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B84BBE (or 0xB84BBE) is known color: Fuchsia. HEX triplet: B8, 4B and BE. RGB value is (184,75,190). Sum of RGB (Red+Green+Blue) = 184+75+190=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #B84BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84BBE is #47B441. Grayscale: #787878. Windows color (decimal): -4699202 or 12471224. OLE color: 12471224.

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

Color convert

RGB 184 75 190 -
CMYK 0.03 0.61 0 0.25
HSL 296.87º 0.47% 0.52% -
HSV(B) 296.87º 0.61% 0.75% -
XYZ 31.58 18.94 50.71 -
YUV 120.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 184 75 190 0.03 0.61 0 0.25 296.87 0.47 0.52
Hex B8 4B BE 3 3D 0 19 129 2F 34
Octal 270 113 276 3 75 0 31 451 57 64
Binary 10111000 1001011 10111110 11 111101 0 11001 100101001 101111 110100

Color Harmonies of #B84BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84BBE

Black with #B84BBE

Text Example


Text Example

White with #B84BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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