Html Css Color HEX #B741A8 Fuchsia

📋 copy color: '#B741A8'

red 183 ◦ green 65 ◦ blue 168

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

Shades of Fuchsia #B741A8

Tints of Fuchsia #B741A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.38%

R = 43.99%
G = 15.63%
B = 40.38%

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

#B741A8 (or 0xB741A8) is known color: Fuchsia. HEX triplet: B7, 41 and A8. RGB value is (183,65,168). Sum of RGB (Red+Green+Blue) = 183+65+168=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B741A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B741A8 is #48BE57. Grayscale: #6F6F6F. Windows color (decimal): -4767320 or 11026871. OLE color: 11026871.

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

Color convert

RGB 183 65 168 -
CMYK 0 0.64 0.08 0.28
HSL 307.63º 0.48% 0.49% -
HSV(B) 307.63º 0.64% 0.72% -
XYZ 28.49 16.68 38.76 -
YUV 112.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 183 65 168 0 0.64 0.08 0.28 307.63 0.48 0.49
Hex B7 41 A8 0 40 8 1C 134 30 31
Octal 267 101 250 0 100 10 34 464 60 61
Binary 10110111 1000001 10101000 0 1000000 1000 11100 100110100 110000 110001

Color Harmonies of #B741A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B741A8

Black with #B741A8

Text Example


Text Example

White with #B741A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B741A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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