Html Css Color HEX #B745A9 Fuchsia

📋 copy color: '#B745A9'

red 183 ◦ green 69 ◦ blue 169

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

Shades of Fuchsia #B745A9

Tints of Fuchsia #B745A9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.39%

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

R = 43.47%
G = 16.39%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B745A9 (or 0xB745A9) is known color: Fuchsia. HEX triplet: B7, 45 and A9. RGB value is (183,69,169). Sum of RGB (Red+Green+Blue) = 183+69+169=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B745A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B745A9 is #48BA56. Grayscale: #727272. Windows color (decimal): -4766295 or 11093431. OLE color: 11093431.

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

Color convert

RGB 183 69 169 -
CMYK 0 0.62 0.08 0.28
HSL 307.37º 0.45% 0.49% -
HSV(B) 307.37º 0.62% 0.72% -
XYZ 28.82 17.19 39.33 -
YUV 114.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 183 69 169 0 0.62 0.08 0.28 307.37 0.45 0.49
Hex B7 45 A9 0 3E 8 1C 133 2D 31
Octal 267 105 251 0 76 10 34 463 55 61
Binary 10110111 1000101 10101001 0 111110 1000 11100 100110011 101101 110001

Color Harmonies of #B745A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B745A9

Black with #B745A9

Text Example


Text Example

White with #B745A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B745A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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