Html Css Color HEX #B74CAB Fuchsia

📋 copy color: '#B74CAB'

red 183 ◦ green 76 ◦ blue 171

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

Shades of Fuchsia #B74CAB

Tints of Fuchsia #B74CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 42.56%
G = 17.67%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B74CAB (or 0xB74CAB) is known color: Fuchsia. HEX triplet: B7, 4C and AB. RGB value is (183,76,171). Sum of RGB (Red+Green+Blue) = 183+76+171=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B74CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74CAB is #48B354. Grayscale: #767676. Windows color (decimal): -4764501 or 11226295. OLE color: 11226295.

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

Color convert

RGB 183 76 171 -
CMYK 0 0.58 0.07 0.28
HSL 306.73º 0.43% 0.51% -
HSV(B) 306.73º 0.58% 0.72% -
XYZ 29.46 18.18 40.48 -
YUV 118.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 183 76 171 0 0.58 0.07 0.28 306.73 0.43 0.51
Hex B7 4C AB 0 3A 7 1C 133 2B 33
Octal 267 114 253 0 72 7 34 463 53 63
Binary 10110111 1001100 10101011 0 111010 111 11100 100110011 101011 110011

Color Harmonies of #B74CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CAB

Black with #B74CAB

Text Example


Text Example

White with #B74CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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