Html Css Color HEX #B827B8 Fuchsia

📋 copy color: '#B827B8'

red 184 ◦ green 39 ◦ blue 184

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

Shades of Fuchsia #B827B8

Tints of Fuchsia #B827B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.21%

R = 45.21%
G = 9.58%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B827B8 (or 0xB827B8) is known color: Fuchsia. HEX triplet: B8, 27 and B8. RGB value is (184,39,184). Sum of RGB (Red+Green+Blue) = 184+39+184=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B827B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827B8 is #47D847. Grayscale: #626262. Windows color (decimal): -4708424 or 12068792. OLE color: 12068792.

HSL color Cylindrical-coordinate representation of color #B827B8: hue angle of 300º 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 #B827B8 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 39 184 -
CMYK 0 0.79 0 0.28
HSL 300º 0.65% 0.44% -
HSV(B) 300º 0.79% 0.72% -
XYZ 29.14 15.1 46.73 -
YUV 98.89 176.04 188.71 -
System Red Green Blue C M Y K H S L
Decimal 184 39 184 0 0.79 0 0.28 300 0.65 0.44
Hex B8 27 B8 0 4F 0 1C 12C 41 2C
Octal 270 47 270 0 117 0 34 454 101 54
Binary 10111000 100111 10111000 0 1001111 0 11100 100101100 1000001 101100

Color Harmonies of #B827B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B827B8

Black with #B827B8

Text Example


Text Example

White with #B827B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B827B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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