Html Css Color HEX #B827B4 Fuchsia

📋 copy color: '#B827B4'

red 184 ◦ green 39 ◦ blue 180

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

Shades of Fuchsia #B827B4

Tints of Fuchsia #B827B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 45.66%
G = 9.68%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B827B4 (or 0xB827B4) is known color: Fuchsia. HEX triplet: B8, 27 and B4. RGB value is (184,39,180). Sum of RGB (Red+Green+Blue) = 184+39+180=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B827B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827B4 is #47D84B. Grayscale: #626262. Windows color (decimal): -4708428 or 11806648. OLE color: 11806648.

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

Color convert

RGB 184 39 180 -
CMYK 0 0.79 0.02 0.28
HSL 301.66º 0.65% 0.44% -
HSV(B) 301.66º 0.79% 0.72% -
XYZ 28.73 14.94 44.55 -
YUV 98.43 174.04 189.04 -
System Red Green Blue C M Y K H S L
Decimal 184 39 180 0 0.79 0.02 0.28 301.66 0.65 0.44
Hex B8 27 B4 0 4F 2 1C 12E 41 2C
Octal 270 47 264 0 117 2 34 456 101 54
Binary 10111000 100111 10110100 0 1001111 10 11100 100101110 1000001 101100

Color Harmonies of #B827B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B827B4

Black with #B827B4

Text Example


Text Example

White with #B827B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B827B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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