Html Css Color HEX #B741AC Fuchsia

📋 copy color: '#B741AC'

red 183 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #B741AC

Tints of Fuchsia #B741AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 43.57%
G = 15.48%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B741AC (or 0xB741AC) is known color: Fuchsia. HEX triplet: B7, 41 and AC. RGB value is (183,65,172). Sum of RGB (Red+Green+Blue) = 183+65+172=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B741AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B741AC is #48BE53. Grayscale: #707070. Windows color (decimal): -4767316 or 11289015. OLE color: 11289015.

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

Color convert

RGB 183 65 172 -
CMYK 0 0.64 0.06 0.28
HSL 305.59º 0.48% 0.49% -
HSV(B) 305.59º 0.64% 0.72% -
XYZ 28.87 16.83 40.76 -
YUV 112.48 161.59 178.3 -
System Red Green Blue C M Y K H S L
Decimal 183 65 172 0 0.64 0.06 0.28 305.59 0.48 0.49
Hex B7 41 AC 0 40 6 1C 132 30 31
Octal 267 101 254 0 100 6 34 462 60 61
Binary 10110111 1000001 10101100 0 1000000 110 11100 100110010 110000 110001

Color Harmonies of #B741AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741AC

Black with #B741AC

Text Example


Text Example

White with #B741AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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