Html Css Color HEX #B74CB4 Fuchsia

📋 copy color: '#B74CB4'

red 183 ◦ green 76 ◦ blue 180

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

Shades of Fuchsia #B74CB4

Tints of Fuchsia #B74CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41%

R = 41.69%
G = 17.31%
B = 41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B74CB4 (or 0xB74CB4) is known color: Fuchsia. HEX triplet: B7, 4C and B4. RGB value is (183,76,180). Sum of RGB (Red+Green+Blue) = 183+76+180=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B74CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CB4 is #48B34B. Grayscale: #777777. Windows color (decimal): -4764492 or 11816119. OLE color: 11816119.

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

Color convert

RGB 183 76 180 -
CMYK 0 0.58 0.02 0.28
HSL 301.68º 0.43% 0.51% -
HSV(B) 301.68º 0.58% 0.72% -
XYZ 30.35 18.53 45.16 -
YUV 119.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 183 76 180 0 0.58 0.02 0.28 301.68 0.43 0.51
Hex B7 4C B4 0 3A 2 1C 12E 2B 33
Octal 267 114 264 0 72 2 34 456 53 63
Binary 10110111 1001100 10110100 0 111010 10 11100 100101110 101011 110011

Color Harmonies of #B74CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CB4

Black with #B74CB4

Text Example


Text Example

White with #B74CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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