Html Css Color HEX #B740AA Fuchsia

📋 copy color: '#B740AA'

red 183 ◦ green 64 ◦ blue 170

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

Shades of Fuchsia #B740AA

Tints of Fuchsia #B740AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 43.88%
G = 15.35%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B740AA (or 0xB740AA) is known color: Fuchsia. HEX triplet: B7, 40 and AA. RGB value is (183,64,170). Sum of RGB (Red+Green+Blue) = 183+64+170=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B740AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B740AA is #48BF55. Grayscale: #6F6F6F. Windows color (decimal): -4767574 or 11157687. OLE color: 11157687.

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

Color convert

RGB 183 64 170 -
CMYK 0 0.65 0.07 0.28
HSL 306.55º 0.48% 0.48% -
HSV(B) 306.55º 0.65% 0.72% -
XYZ 28.62 16.64 39.73 -
YUV 111.67 160.92 178.88 -
System Red Green Blue C M Y K H S L
Decimal 183 64 170 0 0.65 0.07 0.28 306.55 0.48 0.48
Hex B7 40 AA 0 41 7 1C 133 30 30
Octal 267 100 252 0 101 7 34 463 60 60
Binary 10110111 1000000 10101010 0 1000001 111 11100 100110011 110000 110000

Color Harmonies of #B740AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740AA

Black with #B740AA

Text Example


Text Example

White with #B740AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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