Html Css Color HEX #B74DB9 Fuchsia

📋 copy color: '#B74DB9'

red 183 ◦ green 77 ◦ blue 185

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

Shades of Fuchsia #B74DB9

Tints of Fuchsia #B74DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.3%

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

R = 41.12%
G = 17.3%
B = 41.57%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B74DB9 (or 0xB74DB9) is known color: Fuchsia. HEX triplet: B7, 4D and B9. RGB value is (183,77,185). Sum of RGB (Red+Green+Blue) = 183+77+185=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #B74DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DB9 is #48B246. Grayscale: #787878. Windows color (decimal): -4764231 or 12144055. OLE color: 12144055.

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

Color convert

RGB 183 77 185 -
CMYK 0.01 0.58 0 0.27
HSL 298.89º 0.44% 0.51% -
HSV(B) 298.89º 0.58% 0.73% -
XYZ 30.94 18.88 47.91 -
YUV 121.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 183 77 185 0.01 0.58 0 0.27 298.89 0.44 0.51
Hex B7 4D B9 1 3A 0 1B 12B 2C 33
Octal 267 115 271 1 72 0 33 453 54 63
Binary 10110111 1001101 10111001 1 111010 0 11011 100101011 101100 110011

Color Harmonies of #B74DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DB9

Black with #B74DB9

Text Example


Text Example

White with #B74DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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