Html Css Color HEX #B852BE Fuchsia

📋 copy color: '#B852BE'

red 184 ◦ green 82 ◦ blue 190

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

Shades of Fuchsia #B852BE

Tints of Fuchsia #B852BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 40.35%
G = 17.98%
B = 41.67%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B852BE (or 0xB852BE) is known color: Fuchsia. HEX triplet: B8, 52 and BE. RGB value is (184,82,190). Sum of RGB (Red+Green+Blue) = 184+82+190=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #B852BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852BE is #47AD41. Grayscale: #7C7C7C. Windows color (decimal): -4697410 or 12473016. OLE color: 12473016.

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

Color convert

RGB 184 82 190 -
CMYK 0.03 0.57 0 0.25
HSL 296.67º 0.45% 0.53% -
HSV(B) 296.67º 0.57% 0.75% -
XYZ 32.08 19.94 50.87 -
YUV 124.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 184 82 190 0.03 0.57 0 0.25 296.67 0.45 0.53
Hex B8 52 BE 3 39 0 19 129 2D 35
Octal 270 122 276 3 71 0 31 451 55 65
Binary 10111000 1010010 10111110 11 111001 0 11001 100101001 101101 110101

Color Harmonies of #B852BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B852BE

Black with #B852BE

Text Example


Text Example

White with #B852BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B852BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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