Html Css Color HEX #B758AB Fuchsia

📋 copy color: '#B758AB'

red 183 ◦ green 88 ◦ blue 171

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

Shades of Fuchsia #B758AB

Tints of Fuchsia #B758AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 41.4%
G = 19.91%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B758AB (or 0xB758AB) is known color: Fuchsia. HEX triplet: B7, 58 and AB. RGB value is (183,88,171). Sum of RGB (Red+Green+Blue) = 183+88+171=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B758AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B758AB is #48A754. Grayscale: #7D7D7D. Windows color (decimal): -4761429 or 11229367. OLE color: 11229367.

HSL color Cylindrical-coordinate representation of color #B758AB: hue angle of 307.58º 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 #B758AB is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 88 171 -
CMYK 0 0.52 0.07 0.28
HSL 307.58º 0.4% 0.53% -
HSV(B) 307.58º 0.52% 0.72% -
XYZ 30.37 19.99 40.79 -
YUV 125.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 183 88 171 0 0.52 0.07 0.28 307.58 0.4 0.53
Hex B7 58 AB 0 34 7 1C 134 28 35
Octal 267 130 253 0 64 7 34 464 50 65
Binary 10110111 1011000 10101011 0 110100 111 11100 100110100 101000 110101

Color Harmonies of #B758AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B758AB

Black with #B758AB

Text Example


Text Example

White with #B758AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B758AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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