Html Css Color HEX #B758BD Fuchsia

📋 copy color: '#B758BD'

red 183 ◦ green 88 ◦ blue 189

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

Shades of Fuchsia #B758BD

Tints of Fuchsia #B758BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 39.78%
G = 19.13%
B = 41.09%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B758BD (or 0xB758BD) is known color: Fuchsia. HEX triplet: B7, 58 and BD. RGB value is (183,88,189). Sum of RGB (Red+Green+Blue) = 183+88+189=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #B758BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758BD is #48A742. Grayscale: #7F7F7F. Windows color (decimal): -4761411 or 12409015. OLE color: 12409015.

HSL color Cylindrical-coordinate representation of color #B758BD: hue angle of 296.44º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B758BD is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 88 189 -
CMYK 0.03 0.53 0 0.26
HSL 296.44º 0.43% 0.54% -
HSV(B) 296.44º 0.53% 0.74% -
XYZ 32.2 20.72 50.45 -
YUV 127.92 162.47 167.29 -
System Red Green Blue C M Y K H S L
Decimal 183 88 189 0.03 0.53 0 0.26 296.44 0.43 0.54
Hex B7 58 BD 3 35 0 1A 128 2B 36
Octal 267 130 275 3 65 0 32 450 53 66
Binary 10110111 1011000 10111101 11 110101 0 11010 100101000 101011 110110

Color Harmonies of #B758BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B758BD

Black with #B758BD

Text Example


Text Example

White with #B758BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B758BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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