Html Css Color HEX #B84CBE Fuchsia

📋 copy color: '#B84CBE'

red 184 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #B84CBE

Tints of Fuchsia #B84CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.89%

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

R = 40.89%
G = 16.89%
B = 42.22%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B84CBE (or 0xB84CBE) is known color: Fuchsia. HEX triplet: B8, 4C and BE. RGB value is (184,76,190). Sum of RGB (Red+Green+Blue) = 184+76+190=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #B84CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84CBE is #47B341. Grayscale: #787878. Windows color (decimal): -4698946 or 12471480. OLE color: 12471480.

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

Color convert

RGB 184 76 190 -
CMYK 0.03 0.60 0 0.25
HSL 296.84º 0.47% 0.52% -
HSV(B) 296.84º 0.6% 0.75% -
XYZ 31.65 19.08 50.73 -
YUV 121.29 166.78 172.73 -
System Red Green Blue C M Y K H S L
Decimal 184 76 190 0.03 0.60 0 0.25 296.84 0.47 0.52
Hex B8 4C BE 3 3C 0 19 129 2F 34
Octal 270 114 276 3 74 0 31 451 57 64
Binary 10111000 1001100 10111110 11 111100 0 11001 100101001 101111 110100

Color Harmonies of #B84CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CBE

Black with #B84CBE

Text Example


Text Example

White with #B84CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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