Html Css Color HEX #B840B0 Fuchsia

📋 copy color: '#B840B0'

red 184 ◦ green 64 ◦ blue 176

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

Shades of Fuchsia #B840B0

Tints of Fuchsia #B840B0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.09%

 BLUE value IS 176 (69.14% from 255) = 41.51%

R = 43.4%
G = 15.09%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B840B0 (or 0xB840B0) is known color: Fuchsia. HEX triplet: B8, 40 and B0. RGB value is (184,64,176). Sum of RGB (Red+Green+Blue) = 184+64+176=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B840B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B840B0 is #47BF4F. Grayscale: #707070. Windows color (decimal): -4702032 or 11550904. OLE color: 11550904.

HSL color Cylindrical-coordinate representation of color #B840B0: hue angle of 304º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B840B0 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 64 176 -
CMYK 0 0.65 0.04 0.28
HSL 304º 0.48% 0.49% -
HSV(B) 304º 0.65% 0.72% -
XYZ 29.44 16.99 42.8 -
YUV 112.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 184 64 176 0 0.65 0.04 0.28 304 0.48 0.49
Hex B8 40 B0 0 41 4 1C 130 30 31
Octal 270 100 260 0 101 4 34 460 60 61
Binary 10111000 1000000 10110000 0 1000001 100 11100 100110000 110000 110001

Color Harmonies of #B840B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B840B0

Black with #B840B0

Text Example


Text Example

White with #B840B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B840B0; }

 p { color: rgb(184,64,176); }

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

background-color css

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

 a { background-color: rgb(184,64,176); }

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

border-color css

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

 span { border-color: rgb(184,64,176); }

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