Html Css Color HEX #B74EC3 Fuchsia

📋 copy color: '#B74EC3'

red 183 ◦ green 78 ◦ blue 195

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

Shades of Fuchsia #B74EC3

Tints of Fuchsia #B74EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.76%

R = 40.13%
G = 17.11%
B = 42.76%

CMYK

 C value IS 0.06

 M value IS 0.6

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B74EC3 (or 0xB74EC3) is known color: Fuchsia. HEX triplet: B7, 4E and C3. RGB value is (183,78,195). Sum of RGB (Red+Green+Blue) = 183+78+195=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #B74EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EC3 is #48B13C. Grayscale: #7A7A7A. Windows color (decimal): -4763965 or 12799671. OLE color: 12799671.

HSL color Cylindrical-coordinate representation of color #B74EC3: hue angle of 293.85º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74EC3 is Cyan = 0.06, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 78 195 -
CMYK 0.06 0.6 0 0.24
HSL 293.85º 0.49% 0.54% -
HSV(B) 293.85º 0.6% 0.76% -
XYZ 32.1 19.46 53.69 -
YUV 122.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 183 78 195 0.06 0.6 0 0.24 293.85 0.49 0.54
Hex B7 4E C3 6 3C 0 18 126 31 36
Octal 267 116 303 6 74 0 30 446 61 66
Binary 10110111 1001110 11000011 110 111100 0 11000 100100110 110001 110110

Color Harmonies of #B74EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74EC3

Black with #B74EC3

Text Example


Text Example

White with #B74EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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