Html Css Color HEX #B74EC0 Fuchsia

📋 copy color: '#B74EC0'

red 183 ◦ green 78 ◦ blue 192

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

Shades of Fuchsia #B74EC0

Tints of Fuchsia #B74EC0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.22%

 BLUE value IS 192 (75.39% from 255) = 42.38%

R = 40.4%
G = 17.22%
B = 42.38%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B74EC0 (or 0xB74EC0) is known color: Fuchsia. HEX triplet: B7, 4E and C0. RGB value is (183,78,192). Sum of RGB (Red+Green+Blue) = 183+78+192=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #B74EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EC0 is #48B13F. Grayscale: #7A7A7A. Windows color (decimal): -4763968 or 12603063. OLE color: 12603063.

HSL color Cylindrical-coordinate representation of color #B74EC0: hue angle of 295.26º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74EC0 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 78 192 -
CMYK 0.05 0.59 0 0.25
HSL 295.26º 0.48% 0.53% -
HSV(B) 295.26º 0.59% 0.75% -
XYZ 31.77 19.32 51.92 -
YUV 122.39 167.29 171.23 -
System Red Green Blue C M Y K H S L
Decimal 183 78 192 0.05 0.59 0 0.25 295.26 0.48 0.53
Hex B7 4E C0 5 3B 0 19 127 30 35
Octal 267 116 300 5 73 0 31 447 60 65
Binary 10110111 1001110 11000000 101 111011 0 11001 100100111 110000 110101

Color Harmonies of #B74EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74EC0

Black with #B74EC0

Text Example


Text Example

White with #B74EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74EC0; }

 p { color: rgb(183,78,192); }

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

background-color css

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

 a { background-color: rgb(183,78,192); }

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

border-color css

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

 span { border-color: rgb(183,78,192); }

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