Html Css Color HEX #B84BC3 Fuchsia

📋 copy color: '#B84BC3'

red 184 ◦ green 75 ◦ blue 195

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

Shades of Fuchsia #B84BC3

Tints of Fuchsia #B84BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.95%

R = 40.53%
G = 16.52%
B = 42.95%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B84BC3 (or 0xB84BC3) is known color: Fuchsia. HEX triplet: B8, 4B and C3. RGB value is (184,75,195). Sum of RGB (Red+Green+Blue) = 184+75+195=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #B84BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84BC3 is #47B43C. Grayscale: #787878. Windows color (decimal): -4699197 or 12798904. OLE color: 12798904.

HSL color Cylindrical-coordinate representation of color #B84BC3: hue angle of 294.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84BC3 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 75 195 -
CMYK 0.06 0.62 0 0.24
HSL 294.5º 0.5% 0.53% -
HSV(B) 294.5º 0.62% 0.76% -
XYZ 32.13 19.16 53.63 -
YUV 121.27 169.61 172.74 -
System Red Green Blue C M Y K H S L
Decimal 184 75 195 0.06 0.62 0 0.24 294.5 0.5 0.53
Hex B8 4B C3 6 3E 0 18 126 32 35
Octal 270 113 303 6 76 0 30 446 62 65
Binary 10111000 1001011 11000011 110 111110 0 11000 100100110 110010 110101

Color Harmonies of #B84BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84BC3

Black with #B84BC3

Text Example


Text Example

White with #B84BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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