Html Css Color HEX #B74AA5 Fuchsia

📋 copy color: '#B74AA5'

red 183 ◦ green 74 ◦ blue 165

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

Shades of Fuchsia #B74AA5

Tints of Fuchsia #B74AA5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.54%

 BLUE value IS 165 (64.84% from 255) = 39.1%

R = 43.36%
G = 17.54%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B74AA5 (or 0xB74AA5) is known color: Fuchsia. HEX triplet: B7, 4A and A5. RGB value is (183,74,165). Sum of RGB (Red+Green+Blue) = 183+74+165=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B74AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74AA5 is #48B55A. Grayscale: #747474. Windows color (decimal): -4765019 or 10832567. OLE color: 10832567.

HSL color Cylindrical-coordinate representation of color #B74AA5: hue angle of 309.91º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74AA5 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 74 165 -
CMYK 0 0.60 0.10 0.28
HSL 309.91º 0.43% 0.5% -
HSV(B) 309.91º 0.6% 0.72% -
XYZ 28.77 17.68 37.49 -
YUV 116.97 155.11 175.1 -
System Red Green Blue C M Y K H S L
Decimal 183 74 165 0 0.60 0.10 0.28 309.91 0.43 0.5
Hex B7 4A A5 0 3C A 1C 136 2B 32
Octal 267 112 245 0 74 12 34 466 53 62
Binary 10110111 1001010 10100101 0 111100 1010 11100 100110110 101011 110010

Color Harmonies of #B74AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74AA5

Black with #B74AA5

Text Example


Text Example

White with #B74AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74AA5; }

 p { color: rgb(183,74,165); }

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

background-color css

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

 a { background-color: rgb(183,74,165); }

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

border-color css

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

 span { border-color: rgb(183,74,165); }

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