Html Css Color HEX #B74BA5 Fuchsia

📋 copy color: '#B74BA5'

red 183 ◦ green 75 ◦ blue 165

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

Shades of Fuchsia #B74BA5

Tints of Fuchsia #B74BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.01%

R = 43.26%
G = 17.73%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B74BA5 (or 0xB74BA5) is known color: Fuchsia. HEX triplet: B7, 4B and A5. RGB value is (183,75,165). Sum of RGB (Red+Green+Blue) = 183+75+165=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B74BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74BA5 is #48B45A. Grayscale: #757575. Windows color (decimal): -4764763 or 10832823. OLE color: 10832823.

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

Color convert

RGB 183 75 165 -
CMYK 0 0.59 0.10 0.28
HSL 310º 0.43% 0.51% -
HSV(B) 310º 0.59% 0.72% -
XYZ 28.84 17.82 37.52 -
YUV 117.55 154.78 174.68 -
System Red Green Blue C M Y K H S L
Decimal 183 75 165 0 0.59 0.10 0.28 310 0.43 0.51
Hex B7 4B A5 0 3B A 1C 136 2B 33
Octal 267 113 245 0 73 12 34 466 53 63
Binary 10110111 1001011 10100101 0 111011 1010 11100 100110110 101011 110011

Color Harmonies of #B74BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BA5

Black with #B74BA5

Text Example


Text Example

White with #B74BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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