Html Css Color HEX #B740A8 Fuchsia

📋 copy color: '#B740A8'

red 183 ◦ green 64 ◦ blue 168

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

Shades of Fuchsia #B740A8

Tints of Fuchsia #B740A8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.42%

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

R = 44.1%
G = 15.42%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B740A8 (or 0xB740A8) is known color: Fuchsia. HEX triplet: B7, 40 and A8. RGB value is (183,64,168). Sum of RGB (Red+Green+Blue) = 183+64+168=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B740A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B740A8 is #48BF57. Grayscale: #6F6F6F. Windows color (decimal): -4767576 or 11026615. OLE color: 11026615.

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

Color convert

RGB 183 64 168 -
CMYK 0 0.65 0.08 0.28
HSL 307.56º 0.48% 0.48% -
HSV(B) 307.56º 0.65% 0.72% -
XYZ 28.43 16.56 38.74 -
YUV 111.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 183 64 168 0 0.65 0.08 0.28 307.56 0.48 0.48
Hex B7 40 A8 0 41 8 1C 134 30 30
Octal 267 100 250 0 101 10 34 464 60 60
Binary 10110111 1000000 10101000 0 1000001 1000 11100 100110100 110000 110000

Color Harmonies of #B740A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740A8

Black with #B740A8

Text Example


Text Example

White with #B740A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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