Html Css Color HEX #B74CB3 Fuchsia

📋 copy color: '#B74CB3'

red 183 ◦ green 76 ◦ blue 179

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

Shades of Fuchsia #B74CB3

Tints of Fuchsia #B74CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.87%

R = 41.78%
G = 17.35%
B = 40.87%

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

#B74CB3 (or 0xB74CB3) is known color: Fuchsia. HEX triplet: B7, 4C and B3. RGB value is (183,76,179). Sum of RGB (Red+Green+Blue) = 183+76+179=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B74CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CB3 is #48B34C. Grayscale: #777777. Windows color (decimal): -4764493 or 11750583. OLE color: 11750583.

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

Color convert

RGB 183 76 179 -
CMYK 0 0.58 0.02 0.28
HSL 302.24º 0.43% 0.51% -
HSV(B) 302.24º 0.58% 0.72% -
XYZ 30.25 18.49 44.62 -
YUV 119.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 183 76 179 0 0.58 0.02 0.28 302.24 0.43 0.51
Hex B7 4C B3 0 3A 2 1C 12E 2B 33
Octal 267 114 263 0 72 2 34 456 53 63
Binary 10110111 1001100 10110011 0 111010 10 11100 100101110 101011 110011

Color Harmonies of #B74CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CB3

Black with #B74CB3

Text Example


Text Example

White with #B74CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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