Html Css Color HEX #B74ABF Fuchsia

📋 copy color: '#B74ABF'

red 183 ◦ green 74 ◦ blue 191

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

Shades of Fuchsia #B74ABF

Tints of Fuchsia #B74ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.63%

R = 40.85%
G = 16.52%
B = 42.63%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B74ABF (or 0xB74ABF) is known color: Fuchsia. HEX triplet: B7, 4A and BF. RGB value is (183,74,191). Sum of RGB (Red+Green+Blue) = 183+74+191=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #B74ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74ABF is #48B540. Grayscale: #777777. Windows color (decimal): -4764993 or 12536503. OLE color: 12536503.

HSL color Cylindrical-coordinate representation of color #B74ABF: hue angle of 295.9º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74ABF is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 74 191 -
CMYK 0.04 0.61 0 0.25
HSL 295.9º 0.48% 0.52% -
HSV(B) 295.9º 0.61% 0.75% -
XYZ 31.38 18.73 51.25 -
YUV 119.93 168.11 172.99 -
System Red Green Blue C M Y K H S L
Decimal 183 74 191 0.04 0.61 0 0.25 295.9 0.48 0.52
Hex B7 4A BF 4 3D 0 19 128 30 34
Octal 267 112 277 4 75 0 31 450 60 64
Binary 10110111 1001010 10111111 100 111101 0 11001 100101000 110000 110100

Color Harmonies of #B74ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74ABF

Black with #B74ABF

Text Example


Text Example

White with #B74ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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