Html Css Color HEX #B827B0 Fuchsia

📋 copy color: '#B827B0'

red 184 ◦ green 39 ◦ blue 176

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

Shades of Fuchsia #B827B0

Tints of Fuchsia #B827B0

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.77%

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

R = 46.12%
G = 9.77%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B827B0 (or 0xB827B0) is known color: Fuchsia. HEX triplet: B8, 27 and B0. RGB value is (184,39,176). Sum of RGB (Red+Green+Blue) = 184+39+176=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B827B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B827B0 is #47D84F. Grayscale: #616161. Windows color (decimal): -4708432 or 11544504. OLE color: 11544504.

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

Color convert

RGB 184 39 176 -
CMYK 0 0.79 0.04 0.28
HSL 303.31º 0.65% 0.44% -
HSV(B) 303.31º 0.79% 0.72% -
XYZ 28.33 14.78 42.43 -
YUV 97.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 184 39 176 0 0.79 0.04 0.28 303.31 0.65 0.44
Hex B8 27 B0 0 4F 4 1C 12F 41 2C
Octal 270 47 260 0 117 4 34 457 101 54
Binary 10111000 100111 10110000 0 1001111 100 11100 100101111 1000001 101100

Color Harmonies of #B827B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B827B0

Black with #B827B0

Text Example


Text Example

White with #B827B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B827B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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