Html Css Color HEX #B74FB9 Fuchsia

📋 copy color: '#B74FB9'

red 183 ◦ green 79 ◦ blue 185

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

Shades of Fuchsia #B74FB9

Tints of Fuchsia #B74FB9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.67%

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

R = 40.94%
G = 17.67%
B = 41.39%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B74FB9 (or 0xB74FB9) is known color: Fuchsia. HEX triplet: B7, 4F and B9. RGB value is (183,79,185). Sum of RGB (Red+Green+Blue) = 183+79+185=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #B74FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FB9 is #48B046. Grayscale: #797979. Windows color (decimal): -4763719 or 12144567. OLE color: 12144567.

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

Color convert

RGB 183 79 185 -
CMYK 0.01 0.57 0 0.27
HSL 298.87º 0.43% 0.52% -
HSV(B) 298.87º 0.57% 0.73% -
XYZ 31.08 19.16 47.96 -
YUV 122.18 163.46 171.38 -
System Red Green Blue C M Y K H S L
Decimal 183 79 185 0.01 0.57 0 0.27 298.87 0.43 0.52
Hex B7 4F B9 1 39 0 1B 12B 2B 34
Octal 267 117 271 1 71 0 33 453 53 64
Binary 10110111 1001111 10111001 1 111001 0 11011 100101011 101011 110100

Color Harmonies of #B74FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74FB9

Black with #B74FB9

Text Example


Text Example

White with #B74FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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