Html Css Color HEX #B73BA6 Fuchsia

📋 copy color: '#B73BA6'

red 183 ◦ green 59 ◦ blue 166

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

Shades of Fuchsia #B73BA6

Tints of Fuchsia #B73BA6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.46%

 BLUE value IS 166 (65.23% from 255) = 40.69%

R = 44.85%
G = 14.46%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B73BA6 (or 0xB73BA6) is known color: Fuchsia. HEX triplet: B7, 3B and A6. RGB value is (183,59,166). Sum of RGB (Red+Green+Blue) = 183+59+166=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B73BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73BA6 is #48C459. Grayscale: #6B6B6B. Windows color (decimal): -4768858 or 10894263. OLE color: 10894263.

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

Color convert

RGB 183 59 166 -
CMYK 0 0.68 0.09 0.28
HSL 308.23º 0.51% 0.47% -
HSV(B) 308.23º 0.68% 0.72% -
XYZ 27.98 15.95 37.68 -
YUV 108.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 183 59 166 0 0.68 0.09 0.28 308.23 0.51 0.47
Hex B7 3B A6 0 44 9 1C 134 33 2F
Octal 267 73 246 0 104 11 34 464 63 57
Binary 10110111 111011 10100110 0 1000100 1001 11100 100110100 110011 101111

Color Harmonies of #B73BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73BA6

Black with #B73BA6

Text Example


Text Example

White with #B73BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73BA6; }

 p { color: rgb(183,59,166); }

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

background-color css

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

 a { background-color: rgb(183,59,166); }

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

border-color css

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

 span { border-color: rgb(183,59,166); }

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