Html Css Color HEX #B73CAF Fuchsia

📋 copy color: '#B73CAF'

red 183 ◦ green 60 ◦ blue 175

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

Shades of Fuchsia #B73CAF

Tints of Fuchsia #B73CAF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.35%

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 43.78%
G = 14.35%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B73CAF (or 0xB73CAF) is known color: Fuchsia. HEX triplet: B7, 3C and AF. RGB value is (183,60,175). Sum of RGB (Red+Green+Blue) = 183+60+175=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B73CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73CAF is #48C350. Grayscale: #6D6D6D. Windows color (decimal): -4768593 or 11484343. OLE color: 11484343.

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

Color convert

RGB 183 60 175 -
CMYK 0 0.67 0.04 0.28
HSL 303.9º 0.51% 0.48% -
HSV(B) 303.9º 0.67% 0.72% -
XYZ 28.88 16.39 42.2 -
YUV 109.89 164.75 180.15 -
System Red Green Blue C M Y K H S L
Decimal 183 60 175 0 0.67 0.04 0.28 303.9 0.51 0.48
Hex B7 3C AF 0 43 4 1C 130 33 30
Octal 267 74 257 0 103 4 34 460 63 60
Binary 10110111 111100 10101111 0 1000011 100 11100 100110000 110011 110000

Color Harmonies of #B73CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CAF

Black with #B73CAF

Text Example


Text Example

White with #B73CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CAF; }

 p { color: rgb(183,60,175); }

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

background-color css

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

 a { background-color: rgb(183,60,175); }

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

border-color css

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

 span { border-color: rgb(183,60,175); }

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