Html Css Color HEX #B740A9 Fuchsia

📋 copy color: '#B740A9'

red 183 ◦ green 64 ◦ blue 169

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

Shades of Fuchsia #B740A9

Tints of Fuchsia #B740A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.63%

R = 43.99%
G = 15.38%
B = 40.63%

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

#B740A9 (or 0xB740A9) is known color: Fuchsia. HEX triplet: B7, 40 and A9. RGB value is (183,64,169). Sum of RGB (Red+Green+Blue) = 183+64+169=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B740A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B740A9 is #48BF56. Grayscale: #6F6F6F. Windows color (decimal): -4767575 or 11092151. OLE color: 11092151.

HSL color Cylindrical-coordinate representation of color #B740A9: hue angle of 307.06º 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 #B740A9 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 64 169 -
CMYK 0 0.65 0.08 0.28
HSL 307.06º 0.48% 0.48% -
HSV(B) 307.06º 0.65% 0.72% -
XYZ 28.52 16.6 39.24 -
YUV 111.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 183 64 169 0 0.65 0.08 0.28 307.06 0.48 0.48
Hex B7 40 A9 0 41 8 1C 133 30 30
Octal 267 100 251 0 101 10 34 463 60 60
Binary 10110111 1000000 10101001 0 1000001 1000 11100 100110011 110000 110000

Color Harmonies of #B740A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740A9

Black with #B740A9

Text Example


Text Example

White with #B740A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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