Html Css Color HEX #B852B0 Fuchsia

📋 copy color: '#B852B0'

red 184 ◦ green 82 ◦ blue 176

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

Shades of Fuchsia #B852B0

Tints of Fuchsia #B852B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.82%

R = 41.63%
G = 18.55%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B852B0 (or 0xB852B0) is known color: Fuchsia. HEX triplet: B8, 52 and B0. RGB value is (184,82,176). Sum of RGB (Red+Green+Blue) = 184+82+176=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B852B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B852B0 is #47AD4F. Grayscale: #7A7A7A. Windows color (decimal): -4697424 or 11555512. OLE color: 11555512.

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

Color convert

RGB 184 82 176 -
CMYK 0 0.55 0.04 0.28
HSL 304.71º 0.42% 0.52% -
HSV(B) 304.71º 0.55% 0.72% -
XYZ 30.62 19.36 43.2 -
YUV 123.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 184 82 176 0 0.55 0.04 0.28 304.71 0.42 0.52
Hex B8 52 B0 0 37 4 1C 131 2A 34
Octal 270 122 260 0 67 4 34 461 52 64
Binary 10111000 1010010 10110000 0 110111 100 11100 100110001 101010 110100

Color Harmonies of #B852B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B852B0

Black with #B852B0

Text Example


Text Example

White with #B852B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B852B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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