Html Css Color HEX #B74AB9 Fuchsia

📋 copy color: '#B74AB9'

red 183 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #B74AB9

Tints of Fuchsia #B74AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 41.4%
G = 16.74%
B = 41.86%

CMYK

 C value IS 0.01

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B74AB9 (or 0xB74AB9) is known color: Fuchsia. HEX triplet: B7, 4A and B9. RGB value is (183,74,185). Sum of RGB (Red+Green+Blue) = 183+74+185=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #B74AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74AB9 is #48B546. Grayscale: #767676. Windows color (decimal): -4764999 or 12143287. OLE color: 12143287.

HSL color Cylindrical-coordinate representation of color #B74AB9: hue angle of 298.92º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74AB9 is Cyan = 0.01, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 74 185 -
CMYK 0.01 0.6 0 0.27
HSL 298.92º 0.44% 0.51% -
HSV(B) 298.92º 0.6% 0.73% -
XYZ 30.73 18.47 47.84 -
YUV 119.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 183 74 185 0.01 0.6 0 0.27 298.92 0.44 0.51
Hex B7 4A B9 1 3C 0 1B 12B 2C 33
Octal 267 112 271 1 74 0 33 453 54 63
Binary 10110111 1001010 10111001 1 111100 0 11011 100101011 101100 110011

Color Harmonies of #B74AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74AB9

Black with #B74AB9

Text Example


Text Example

White with #B74AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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