Html Css Color HEX #B74AC2 Fuchsia

📋 copy color: '#B74AC2'

red 183 ◦ green 74 ◦ blue 194

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

Shades of Fuchsia #B74AC2

Tints of Fuchsia #B74AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.02%

R = 40.58%
G = 16.41%
B = 43.02%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B74AC2 (or 0xB74AC2) is known color: Fuchsia. HEX triplet: B7, 4A and C2. RGB value is (183,74,194). Sum of RGB (Red+Green+Blue) = 183+74+194=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 194 - color contains mainly: blue. Hex color #B74AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74AC2 is #48B53D. Grayscale: #777777. Windows color (decimal): -4764990 or 12733111. OLE color: 12733111.

HSL color Cylindrical-coordinate representation of color #B74AC2: hue angle of 294.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74AC2 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 74 194 -
CMYK 0.06 0.62 0 0.24
HSL 294.5º 0.5% 0.53% -
HSV(B) 294.5º 0.62% 0.76% -
XYZ 31.71 18.86 53.01 -
YUV 120.27 169.61 172.74 -
System Red Green Blue C M Y K H S L
Decimal 183 74 194 0.06 0.62 0 0.24 294.5 0.5 0.53
Hex B7 4A C2 6 3E 0 18 126 32 35
Octal 267 112 302 6 76 0 30 446 62 65
Binary 10110111 1001010 11000010 110 111110 0 11000 100100110 110010 110101

Color Harmonies of #B74AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74AC2

Black with #B74AC2

Text Example


Text Example

White with #B74AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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