Html Css Color HEX #B758BB Fuchsia

📋 copy color: '#B758BB'

red 183 ◦ green 88 ◦ blue 187

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

Shades of Fuchsia #B758BB

Tints of Fuchsia #B758BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 39.96%
G = 19.21%
B = 40.83%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B758BB (or 0xB758BB) is known color: Fuchsia. HEX triplet: B7, 58 and BB. RGB value is (183,88,187). Sum of RGB (Red+Green+Blue) = 183+88+187=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #B758BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758BB is #48A744. Grayscale: #7F7F7F. Windows color (decimal): -4761413 or 12277943. OLE color: 12277943.

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

Color convert

RGB 183 88 187 -
CMYK 0.02 0.53 0 0.27
HSL 297.58º 0.42% 0.54% -
HSV(B) 297.58º 0.53% 0.73% -
XYZ 31.99 20.63 49.31 -
YUV 127.69 161.47 167.45 -
System Red Green Blue C M Y K H S L
Decimal 183 88 187 0.02 0.53 0 0.27 297.58 0.42 0.54
Hex B7 58 BB 2 35 0 1B 12A 2A 36
Octal 267 130 273 2 65 0 33 452 52 66
Binary 10110111 1011000 10111011 10 110101 0 11011 100101010 101010 110110

Color Harmonies of #B758BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B758BB

Black with #B758BB

Text Example


Text Example

White with #B758BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B758BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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