Html Css Color HEX #B750A8 Fuchsia

📋 copy color: '#B750A8'

red 183 ◦ green 80 ◦ blue 168

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

Shades of Fuchsia #B750A8

Tints of Fuchsia #B750A8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.56%

 BLUE value IS 168 (66.02% from 255) = 38.98%

R = 42.46%
G = 18.56%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B750A8 (or 0xB750A8) is known color: Fuchsia. HEX triplet: B7, 50 and A8. RGB value is (183,80,168). Sum of RGB (Red+Green+Blue) = 183+80+168=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B750A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B750A8 is #48AF57. Grayscale: #787878. Windows color (decimal): -4763480 or 11030711. OLE color: 11030711.

HSL color Cylindrical-coordinate representation of color #B750A8: hue angle of 308.74º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B750A8 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 80 168 -
CMYK 0 0.56 0.08 0.28
HSL 308.74º 0.42% 0.52% -
HSV(B) 308.74º 0.56% 0.72% -
XYZ 29.46 18.63 39.09 -
YUV 120.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 183 80 168 0 0.56 0.08 0.28 308.74 0.42 0.52
Hex B7 50 A8 0 38 8 1C 135 2A 34
Octal 267 120 250 0 70 10 34 465 52 64
Binary 10110111 1010000 10101000 0 111000 1000 11100 100110101 101010 110100

Color Harmonies of #B750A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B750A8

Black with #B750A8

Text Example


Text Example

White with #B750A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B750A8; }

 p { color: rgb(183,80,168); }

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

background-color css

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

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

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

border-color css

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

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

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