Html Css Color HEX #B74CB1 Fuchsia

📋 copy color: '#B74CB1'

red 183 ◦ green 76 ◦ blue 177

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

Shades of Fuchsia #B74CB1

Tints of Fuchsia #B74CB1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.43%

 BLUE value IS 177 (69.53% from 255) = 40.6%

R = 41.97%
G = 17.43%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B74CB1 (or 0xB74CB1) is known color: Fuchsia. HEX triplet: B7, 4C and B1. RGB value is (183,76,177). Sum of RGB (Red+Green+Blue) = 183+76+177=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B74CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74CB1 is #48B34E. Grayscale: #777777. Windows color (decimal): -4764495 or 11619511. OLE color: 11619511.

HSL color Cylindrical-coordinate representation of color #B74CB1: hue angle of 303.36º degrees, saturation: 0.43, 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 #B74CB1 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 76 177 -
CMYK 0 0.58 0.03 0.28
HSL 303.36º 0.43% 0.51% -
HSV(B) 303.36º 0.58% 0.72% -
XYZ 30.05 18.41 43.56 -
YUV 119.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 183 76 177 0 0.58 0.03 0.28 303.36 0.43 0.51
Hex B7 4C B1 0 3A 3 1C 12F 2B 33
Octal 267 114 261 0 72 3 34 457 53 63
Binary 10110111 1001100 10110001 0 111010 11 11100 100101111 101011 110011

Color Harmonies of #B74CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CB1

Black with #B74CB1

Text Example


Text Example

White with #B74CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CB1; }

 p { color: rgb(183,76,177); }

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

background-color css

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

 a { background-color: rgb(183,76,177); }

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

border-color css

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

 span { border-color: rgb(183,76,177); }

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