Html Css Color HEX #B741AF Fuchsia

📋 copy color: '#B741AF'

red 183 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #B741AF

Tints of Fuchsia #B741AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 43.26%
G = 15.37%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B741AF (or 0xB741AF) is known color: Fuchsia. HEX triplet: B7, 41 and AF. RGB value is (183,65,175). Sum of RGB (Red+Green+Blue) = 183+65+175=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B741AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B741AF is #48BE50. Grayscale: #707070. Windows color (decimal): -4767313 or 11485623. OLE color: 11485623.

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

Color convert

RGB 183 65 175 -
CMYK 0 0.64 0.04 0.28
HSL 304.07º 0.48% 0.49% -
HSV(B) 304.07º 0.64% 0.72% -
XYZ 29.16 16.94 42.29 -
YUV 112.82 163.09 178.06 -
System Red Green Blue C M Y K H S L
Decimal 183 65 175 0 0.64 0.04 0.28 304.07 0.48 0.49
Hex B7 41 AF 0 40 4 1C 130 30 31
Octal 267 101 257 0 100 4 34 460 60 61
Binary 10110111 1000001 10101111 0 1000000 100 11100 100110000 110000 110001

Color Harmonies of #B741AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741AF

Black with #B741AF

Text Example


Text Example

White with #B741AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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