Html Css Color HEX #B853AF Fuchsia

📋 copy color: '#B853AF'

red 184 ◦ green 83 ◦ blue 175

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

Shades of Fuchsia #B853AF

Tints of Fuchsia #B853AF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.78%

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

R = 41.63%
G = 18.78%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B853AF (or 0xB853AF) is known color: Fuchsia. HEX triplet: B8, 53 and AF. RGB value is (184,83,175). Sum of RGB (Red+Green+Blue) = 184+83+175=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B853AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B853AF is #47AC50. Grayscale: #7B7B7B. Windows color (decimal): -4697169 or 11490232. OLE color: 11490232.

HSL color Cylindrical-coordinate representation of color #B853AF: hue angle of 305.35º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B853AF is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 83 175 -
CMYK 0 0.55 0.05 0.28
HSL 305.35º 0.42% 0.52% -
HSV(B) 305.35º 0.55% 0.72% -
XYZ 30.6 19.47 42.7 -
YUV 123.69 156.96 171.02 -
System Red Green Blue C M Y K H S L
Decimal 184 83 175 0 0.55 0.05 0.28 305.35 0.42 0.52
Hex B8 53 AF 0 37 5 1C 131 2A 34
Octal 270 123 257 0 67 5 34 461 52 64
Binary 10111000 1010011 10101111 0 110111 101 11100 100110001 101010 110100

Color Harmonies of #B853AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B853AF

Black with #B853AF

Text Example


Text Example

White with #B853AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B853AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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