Html Css Color HEX #B758AD Fuchsia

📋 copy color: '#B758AD'

red 183 ◦ green 88 ◦ blue 173

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

Shades of Fuchsia #B758AD

Tints of Fuchsia #B758AD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.82%

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 41.22%
G = 19.82%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B758AD (or 0xB758AD) is known color: Fuchsia. HEX triplet: B7, 58 and AD. RGB value is (183,88,173). Sum of RGB (Red+Green+Blue) = 183+88+173=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B758AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B758AD is #48A752. Grayscale: #7D7D7D. Windows color (decimal): -4761427 or 11360439. OLE color: 11360439.

HSL color Cylindrical-coordinate representation of color #B758AD: hue angle of 306.32º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B758AD is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 88 173 -
CMYK 0 0.52 0.05 0.28
HSL 306.32º 0.4% 0.53% -
HSV(B) 306.32º 0.52% 0.72% -
XYZ 30.56 20.06 41.8 -
YUV 126.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 183 88 173 0 0.52 0.05 0.28 306.32 0.4 0.53
Hex B7 58 AD 0 34 5 1C 132 28 35
Octal 267 130 255 0 64 5 34 462 50 65
Binary 10110111 1011000 10101101 0 110100 101 11100 100110010 101000 110101

Color Harmonies of #B758AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B758AD

Black with #B758AD

Text Example


Text Example

White with #B758AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B758AD; }

 p { color: rgb(183,88,173); }

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

background-color css

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

 a { background-color: rgb(183,88,173); }

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

border-color css

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

 span { border-color: rgb(183,88,173); }

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