Html Css Color HEX #B758B9 Fuchsia

📋 copy color: '#B758B9'

red 183 ◦ green 88 ◦ blue 185

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

Shades of Fuchsia #B758B9

Tints of Fuchsia #B758B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.57%

R = 40.13%
G = 19.3%
B = 40.57%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B758B9 (or 0xB758B9) is known color: Fuchsia. HEX triplet: B7, 58 and B9. RGB value is (183,88,185). Sum of RGB (Red+Green+Blue) = 183+88+185=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #B758B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758B9 is #48A746. Grayscale: #7F7F7F. Windows color (decimal): -4761415 or 12146871. OLE color: 12146871.

HSL color Cylindrical-coordinate representation of color #B758B9: hue angle of 298.76º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B758B9 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 88 185 -
CMYK 0.01 0.52 0 0.27
HSL 298.76º 0.41% 0.54% -
HSV(B) 298.76º 0.52% 0.73% -
XYZ 31.78 20.55 48.19 -
YUV 127.46 160.47 167.61 -
System Red Green Blue C M Y K H S L
Decimal 183 88 185 0.01 0.52 0 0.27 298.76 0.41 0.54
Hex B7 58 B9 1 34 0 1B 12B 29 36
Octal 267 130 271 1 64 0 33 453 51 66
Binary 10110111 1011000 10111001 1 110100 0 11011 100101011 101001 110110

Color Harmonies of #B758B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B758B9

Black with #B758B9

Text Example


Text Example

White with #B758B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B758B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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