Html Css Color HEX #B827AF Fuchsia

📋 copy color: '#B827AF'

red 184 ◦ green 39 ◦ blue 175

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

Shades of Fuchsia #B827AF

Tints of Fuchsia #B827AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 46.23%
G = 9.8%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B827AF (or 0xB827AF) is known color: Fuchsia. HEX triplet: B8, 27 and AF. RGB value is (184,39,175). Sum of RGB (Red+Green+Blue) = 184+39+175=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B827AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B827AF is #47D850. Grayscale: #616161. Windows color (decimal): -4708433 or 11478968. OLE color: 11478968.

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

Color convert

RGB 184 39 175 -
CMYK 0 0.79 0.05 0.28
HSL 303.72º 0.65% 0.44% -
HSV(B) 303.72º 0.79% 0.72% -
XYZ 28.23 14.74 41.91 -
YUV 97.86 171.54 189.44 -
System Red Green Blue C M Y K H S L
Decimal 184 39 175 0 0.79 0.05 0.28 303.72 0.65 0.44
Hex B8 27 AF 0 4F 5 1C 130 41 2C
Octal 270 47 257 0 117 5 34 460 101 54
Binary 10111000 100111 10101111 0 1001111 101 11100 100110000 1000001 101100

Color Harmonies of #B827AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B827AF

Black with #B827AF

Text Example


Text Example

White with #B827AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B827AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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