Html Css Color HEX #B852BA Fuchsia

📋 copy color: '#B852BA'

red 184 ◦ green 82 ◦ blue 186

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

Shades of Fuchsia #B852BA

Tints of Fuchsia #B852BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.14%

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 40.71%
G = 18.14%
B = 41.15%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B852BA (or 0xB852BA) is known color: Fuchsia. HEX triplet: B8, 52 and BA. RGB value is (184,82,186). Sum of RGB (Red+Green+Blue) = 184+82+186=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #B852BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852BA is #47AD45. Grayscale: #7C7C7C. Windows color (decimal): -4697414 or 12210872. OLE color: 12210872.

HSL color Cylindrical-coordinate representation of color #B852BA: hue angle of 298.85º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B852BA is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 82 186 -
CMYK 0.01 0.56 0 0.27
HSL 298.85º 0.43% 0.53% -
HSV(B) 298.85º 0.56% 0.73% -
XYZ 31.65 19.77 48.6 -
YUV 124.35 162.79 170.54 -
System Red Green Blue C M Y K H S L
Decimal 184 82 186 0.01 0.56 0 0.27 298.85 0.43 0.53
Hex B8 52 BA 1 38 0 1B 12B 2B 35
Octal 270 122 272 1 70 0 33 453 53 65
Binary 10111000 1010010 10111010 1 111000 0 11011 100101011 101011 110101

Color Harmonies of #B852BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B852BA

Black with #B852BA

Text Example


Text Example

White with #B852BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B852BA; }

 p { color: rgb(184,82,186); }

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

background-color css

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

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

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

border-color css

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

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

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