Html Css Color HEX #B758AA Fuchsia

📋 copy color: '#B758AA'

red 183 ◦ green 88 ◦ blue 170

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

Shades of Fuchsia #B758AA

Tints of Fuchsia #B758AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.55%

R = 41.5%
G = 19.95%
B = 38.55%

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

#B758AA (or 0xB758AA) is known color: Fuchsia. HEX triplet: B7, 58 and AA. RGB value is (183,88,170). Sum of RGB (Red+Green+Blue) = 183+88+170=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B758AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B758AA is #48A755. Grayscale: #7D7D7D. Windows color (decimal): -4761430 or 11163831. OLE color: 11163831.

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

Color convert

RGB 183 88 170 -
CMYK 0 0.52 0.07 0.28
HSL 308.21º 0.4% 0.53% -
HSV(B) 308.21º 0.52% 0.72% -
XYZ 30.27 19.95 40.29 -
YUV 125.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 183 88 170 0 0.52 0.07 0.28 308.21 0.4 0.53
Hex B7 58 AA 0 34 7 1C 134 28 35
Octal 267 130 252 0 64 7 34 464 50 65
Binary 10110111 1011000 10101010 0 110100 111 11100 100110100 101000 110101

Color Harmonies of #B758AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B758AA

Black with #B758AA

Text Example


Text Example

White with #B758AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B758AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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