Html Css Color HEX #B74BAB Fuchsia

📋 copy color: '#B74BAB'

red 183 ◦ green 75 ◦ blue 171

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

Shades of Fuchsia #B74BAB

Tints of Fuchsia #B74BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.48%

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

R = 42.66%
G = 17.48%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B74BAB (or 0xB74BAB) is known color: Fuchsia. HEX triplet: B7, 4B and AB. RGB value is (183,75,171). Sum of RGB (Red+Green+Blue) = 183+75+171=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B74BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74BAB is #48B454. Grayscale: #757575. Windows color (decimal): -4764757 or 11226039. OLE color: 11226039.

HSL color Cylindrical-coordinate representation of color #B74BAB: hue angle of 306.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74BAB is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 75 171 -
CMYK 0 0.59 0.07 0.28
HSL 306.67º 0.43% 0.51% -
HSV(B) 306.67º 0.59% 0.72% -
XYZ 29.4 18.04 40.46 -
YUV 118.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 183 75 171 0 0.59 0.07 0.28 306.67 0.43 0.51
Hex B7 4B AB 0 3B 7 1C 133 2B 33
Octal 267 113 253 0 73 7 34 463 53 63
Binary 10110111 1001011 10101011 0 111011 111 11100 100110011 101011 110011

Color Harmonies of #B74BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BAB

Black with #B74BAB

Text Example


Text Example

White with #B74BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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