Html Css Color HEX #B852B9 Fuchsia

📋 copy color: '#B852B9'

red 184 ◦ green 82 ◦ blue 185

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

Shades of Fuchsia #B852B9

Tints of Fuchsia #B852B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.02%

R = 40.8%
G = 18.18%
B = 41.02%

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

#B852B9 (or 0xB852B9) is known color: Fuchsia. HEX triplet: B8, 52 and B9. RGB value is (184,82,185). Sum of RGB (Red+Green+Blue) = 184+82+185=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 185 - color contains mainly: blue. Hex color #B852B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852B9 is #47AD46. Grayscale: #7B7B7B. Windows color (decimal): -4697415 or 12145336. OLE color: 12145336.

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

Color convert

RGB 184 82 185 -
CMYK 0.01 0.56 0 0.27
HSL 299.42º 0.42% 0.52% -
HSV(B) 299.42º 0.56% 0.73% -
XYZ 31.54 19.73 48.04 -
YUV 124.24 162.29 170.62 -
System Red Green Blue C M Y K H S L
Decimal 184 82 185 0.01 0.56 0 0.27 299.42 0.42 0.52
Hex B8 52 B9 1 38 0 1B 12B 2A 34
Octal 270 122 271 1 70 0 33 453 52 64
Binary 10111000 1010010 10111001 1 111000 0 11011 100101011 101010 110100

Color Harmonies of #B852B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B852B9

Black with #B852B9

Text Example


Text Example

White with #B852B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B852B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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