Html Css Color HEX #B74AB0 Fuchsia

📋 copy color: '#B74AB0'

red 183 ◦ green 74 ◦ blue 176

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

Shades of Fuchsia #B74AB0

Tints of Fuchsia #B74AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.65%

R = 42.26%
G = 17.09%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B74AB0 (or 0xB74AB0) is known color: Fuchsia. HEX triplet: B7, 4A and B0. RGB value is (183,74,176). Sum of RGB (Red+Green+Blue) = 183+74+176=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B74AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74AB0 is #48B54F. Grayscale: #757575. Windows color (decimal): -4765008 or 11553463. OLE color: 11553463.

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

Color convert

RGB 183 74 176 -
CMYK 0 0.60 0.04 0.28
HSL 303.85º 0.43% 0.5% -
HSV(B) 303.85º 0.6% 0.72% -
XYZ 29.81 18.1 43 -
YUV 118.22 160.61 174.21 -
System Red Green Blue C M Y K H S L
Decimal 183 74 176 0 0.60 0.04 0.28 303.85 0.43 0.5
Hex B7 4A B0 0 3C 4 1C 130 2B 32
Octal 267 112 260 0 74 4 34 460 53 62
Binary 10110111 1001010 10110000 0 111100 100 11100 100110000 101011 110010

Color Harmonies of #B74AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74AB0

Black with #B74AB0

Text Example


Text Example

White with #B74AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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