Html Css Color HEX #B74DB4 Fuchsia

📋 copy color: '#B74DB4'

red 183 ◦ green 77 ◦ blue 180

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

Shades of Fuchsia #B74DB4

Tints of Fuchsia #B74DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 41.59%
G = 17.5%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B74DB4 (or 0xB74DB4) is known color: Fuchsia. HEX triplet: B7, 4D and B4. RGB value is (183,77,180). Sum of RGB (Red+Green+Blue) = 183+77+180=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B74DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DB4 is #48B24B. Grayscale: #787878. Windows color (decimal): -4764236 or 11816375. OLE color: 11816375.

HSL color Cylindrical-coordinate representation of color #B74DB4: hue angle of 301.7º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74DB4 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 77 180 -
CMYK 0 0.58 0.02 0.28
HSL 301.7º 0.42% 0.51% -
HSV(B) 301.7º 0.58% 0.72% -
XYZ 30.42 18.67 45.18 -
YUV 120.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 183 77 180 0 0.58 0.02 0.28 301.7 0.42 0.51
Hex B7 4D B4 0 3A 2 1C 12E 2A 33
Octal 267 115 264 0 72 2 34 456 52 63
Binary 10110111 1001101 10110100 0 111010 10 11100 100101110 101010 110011

Color Harmonies of #B74DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DB4

Black with #B74DB4

Text Example


Text Example

White with #B74DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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