Html Css Color HEX #B852C0 Fuchsia

📋 copy color: '#B852C0'

red 184 ◦ green 82 ◦ blue 192

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

Shades of Fuchsia #B852C0

Tints of Fuchsia #B852C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.92%

R = 40.17%
G = 17.9%
B = 41.92%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B852C0 (or 0xB852C0) is known color: Fuchsia. HEX triplet: B8, 52 and C0. RGB value is (184,82,192). Sum of RGB (Red+Green+Blue) = 184+82+192=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #B852C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852C0 is #47AD3F. Grayscale: #7C7C7C. Windows color (decimal): -4697408 or 12604088. OLE color: 12604088.

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

Color convert

RGB 184 82 192 -
CMYK 0.04 0.57 0 0.25
HSL 295.64º 0.47% 0.54% -
HSV(B) 295.64º 0.57% 0.75% -
XYZ 32.3 20.03 52.03 -
YUV 125.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 184 82 192 0.04 0.57 0 0.25 295.64 0.47 0.54
Hex B8 52 C0 4 39 0 19 128 2F 36
Octal 270 122 300 4 71 0 31 450 57 66
Binary 10111000 1010010 11000000 100 111001 0 11001 100101000 101111 110110

Color Harmonies of #B852C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B852C0

Black with #B852C0

Text Example


Text Example

White with #B852C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B852C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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