Html Css Color HEX #B852BD Fuchsia

📋 copy color: '#B852BD'

red 184 ◦ green 82 ◦ blue 189

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

Shades of Fuchsia #B852BD

Tints of Fuchsia #B852BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.54%

R = 40.44%
G = 18.02%
B = 41.54%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B852BD (or 0xB852BD) is known color: Fuchsia. HEX triplet: B8, 52 and BD. RGB value is (184,82,189). Sum of RGB (Red+Green+Blue) = 184+82+189=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #B852BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852BD is #47AD42. Grayscale: #7C7C7C. Windows color (decimal): -4697411 or 12407480. OLE color: 12407480.

HSL color Cylindrical-coordinate representation of color #B852BD: hue angle of 297.2º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B852BD is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 82 189 -
CMYK 0.03 0.57 0 0.26
HSL 297.2º 0.45% 0.53% -
HSV(B) 297.2º 0.57% 0.74% -
XYZ 31.97 19.9 50.3 -
YUV 124.7 164.29 170.3 -
System Red Green Blue C M Y K H S L
Decimal 184 82 189 0.03 0.57 0 0.26 297.2 0.45 0.53
Hex B8 52 BD 3 39 0 1A 129 2D 35
Octal 270 122 275 3 71 0 32 451 55 65
Binary 10111000 1010010 10111101 11 111001 0 11010 100101001 101101 110101

Color Harmonies of #B852BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B852BD

Black with #B852BD

Text Example


Text Example

White with #B852BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B852BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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