Html Css Color HEX #B74CB2 Fuchsia

📋 copy color: '#B74CB2'

red 183 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #B74CB2

Tints of Fuchsia #B74CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.73%

R = 41.88%
G = 17.39%
B = 40.73%

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

#B74CB2 (or 0xB74CB2) is known color: Fuchsia. HEX triplet: B7, 4C and B2. RGB value is (183,76,178). Sum of RGB (Red+Green+Blue) = 183+76+178=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B74CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74CB2 is #48B34D. Grayscale: #777777. Windows color (decimal): -4764494 or 11685047. OLE color: 11685047.

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

Color convert

RGB 183 76 178 -
CMYK 0 0.58 0.03 0.28
HSL 302.8º 0.43% 0.51% -
HSV(B) 302.8º 0.58% 0.72% -
XYZ 30.15 18.45 44.09 -
YUV 119.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 183 76 178 0 0.58 0.03 0.28 302.8 0.43 0.51
Hex B7 4C B2 0 3A 3 1C 12F 2B 33
Octal 267 114 262 0 72 3 34 457 53 63
Binary 10110111 1001100 10110010 0 111010 11 11100 100101111 101011 110011

Color Harmonies of #B74CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CB2

Black with #B74CB2

Text Example


Text Example

White with #B74CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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