Html Css Color HEX #B741AD Fuchsia

📋 copy color: '#B741AD'

red 183 ◦ green 65 ◦ blue 173

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

Shades of Fuchsia #B741AD

Tints of Fuchsia #B741AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.44%

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 43.47%
G = 15.44%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B741AD (or 0xB741AD) is known color: Fuchsia. HEX triplet: B7, 41 and AD. RGB value is (183,65,173). Sum of RGB (Red+Green+Blue) = 183+65+173=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B741AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B741AD is #48BE52. Grayscale: #707070. Windows color (decimal): -4767315 or 11354551. OLE color: 11354551.

HSL color Cylindrical-coordinate representation of color #B741AD: hue angle of 305.08º degrees, saturation: 0.48, 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 #B741AD is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 65 173 -
CMYK 0 0.64 0.05 0.28
HSL 305.08º 0.48% 0.49% -
HSV(B) 305.08º 0.64% 0.72% -
XYZ 28.96 16.87 41.26 -
YUV 112.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 183 65 173 0 0.64 0.05 0.28 305.08 0.48 0.49
Hex B7 41 AD 0 40 5 1C 131 30 31
Octal 267 101 255 0 100 5 34 461 60 61
Binary 10110111 1000001 10101101 0 1000000 101 11100 100110001 110000 110001

Color Harmonies of #B741AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741AD

Black with #B741AD

Text Example


Text Example

White with #B741AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741AD; }

 p { color: rgb(183,65,173); }

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

background-color css

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

 a { background-color: rgb(183,65,173); }

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

border-color css

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

 span { border-color: rgb(183,65,173); }

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