Html Css Color HEX #B752A8 Fuchsia

📋 copy color: '#B752A8'

red 183 ◦ green 82 ◦ blue 168

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

Shades of Fuchsia #B752A8

Tints of Fuchsia #B752A8

RGB

 RED value IS 183 (71.88% from 255) = 42.26%

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

 BLUE value IS 168 (66.02% from 255) = 38.8%

R = 42.26%
G = 18.94%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B752A8 (or 0xB752A8) is known color: Fuchsia. HEX triplet: B7, 52 and A8. RGB value is (183,82,168). Sum of RGB (Red+Green+Blue) = 183+82+168=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B752A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B752A8 is #48AD57. Grayscale: #797979. Windows color (decimal): -4762968 or 11031223. OLE color: 11031223.

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

Color convert

RGB 183 82 168 -
CMYK 0 0.55 0.08 0.28
HSL 308.91º 0.41% 0.52% -
HSV(B) 308.91º 0.55% 0.72% -
XYZ 29.61 18.93 39.14 -
YUV 122 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 183 82 168 0 0.55 0.08 0.28 308.91 0.41 0.52
Hex B7 52 A8 0 37 8 1C 135 29 34
Octal 267 122 250 0 67 10 34 465 51 64
Binary 10110111 1010010 10101000 0 110111 1000 11100 100110101 101001 110100

Color Harmonies of #B752A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B752A8

Black with #B752A8

Text Example


Text Example

White with #B752A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B752A8; }

 p { color: rgb(183,82,168); }

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

background-color css

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

 a { background-color: rgb(183,82,168); }

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

border-color css

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

 span { border-color: rgb(183,82,168); }

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