Html Css Color HEX #B758B7 Fuchsia

📋 copy color: '#B758B7'

red 183 ◦ green 88 ◦ blue 183

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

Shades of Fuchsia #B758B7

Tints of Fuchsia #B758B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.31%

R = 40.31%
G = 19.38%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B758B7 (or 0xB758B7) is known color: Fuchsia. HEX triplet: B7, 58 and B7. RGB value is (183,88,183). Sum of RGB (Red+Green+Blue) = 183+88+183=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B758B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758B7 is #48A748. Grayscale: #7E7E7E. Windows color (decimal): -4761417 or 12015799. OLE color: 12015799.

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

Color convert

RGB 183 88 183 -
CMYK 0 0.52 0 0.28
HSL 300º 0.4% 0.53% -
HSV(B) 300º 0.52% 0.72% -
XYZ 31.57 20.47 47.09 -
YUV 127.24 159.47 167.78 -
System Red Green Blue C M Y K H S L
Decimal 183 88 183 0 0.52 0 0.28 300 0.4 0.53
Hex B7 58 B7 0 34 0 1C 12C 28 35
Octal 267 130 267 0 64 0 34 454 50 65
Binary 10110111 1011000 10110111 0 110100 0 11100 100101100 101000 110101

Color Harmonies of #B758B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B758B7

Black with #B758B7

Text Example


Text Example

White with #B758B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B758B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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