Html Css Color HEX #B74DC1 Fuchsia

📋 copy color: '#B74DC1'

red 183 ◦ green 77 ◦ blue 193

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

Shades of Fuchsia #B74DC1

Tints of Fuchsia #B74DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.6%

R = 40.4%
G = 17%
B = 42.6%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B74DC1 (or 0xB74DC1) is known color: Fuchsia. HEX triplet: B7, 4D and C1. RGB value is (183,77,193). Sum of RGB (Red+Green+Blue) = 183+77+193=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #B74DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DC1 is #48B23E. Grayscale: #797979. Windows color (decimal): -4764223 or 12668343. OLE color: 12668343.

HSL color Cylindrical-coordinate representation of color #B74DC1: hue angle of 294.83º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74DC1 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 77 193 -
CMYK 0.05 0.60 0 0.24
HSL 294.83º 0.48% 0.53% -
HSV(B) 294.83º 0.6% 0.76% -
XYZ 31.81 19.23 52.49 -
YUV 121.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 183 77 193 0.05 0.60 0 0.24 294.83 0.48 0.53
Hex B7 4D C1 5 3C 0 18 127 30 35
Octal 267 115 301 5 74 0 30 447 60 65
Binary 10110111 1001101 11000001 101 111100 0 11000 100100111 110000 110101

Color Harmonies of #B74DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DC1

Black with #B74DC1

Text Example


Text Example

White with #B74DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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