Html Css Color HEX #B742A9 Fuchsia

📋 copy color: '#B742A9'

red 183 ◦ green 66 ◦ blue 169

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

Shades of Fuchsia #B742A9

Tints of Fuchsia #B742A9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

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

R = 43.78%
G = 15.79%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B742A9 (or 0xB742A9) is known color: Fuchsia. HEX triplet: B7, 42 and A9. RGB value is (183,66,169). Sum of RGB (Red+Green+Blue) = 183+66+169=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B742A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B742A9 is #48BD56. Grayscale: #707070. Windows color (decimal): -4767063 or 11092663. OLE color: 11092663.

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

Color convert

RGB 183 66 169 -
CMYK 0 0.64 0.08 0.28
HSL 307.18º 0.47% 0.49% -
HSV(B) 307.18º 0.64% 0.72% -
XYZ 28.64 16.83 39.27 -
YUV 112.73 159.76 178.12 -
System Red Green Blue C M Y K H S L
Decimal 183 66 169 0 0.64 0.08 0.28 307.18 0.47 0.49
Hex B7 42 A9 0 40 8 1C 133 2F 31
Octal 267 102 251 0 100 10 34 463 57 61
Binary 10110111 1000010 10101001 0 1000000 1000 11100 100110011 101111 110001

Color Harmonies of #B742A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B742A9

Black with #B742A9

Text Example


Text Example

White with #B742A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B742A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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