Html Css Color HEX #B73CAB Fuchsia

📋 copy color: '#B73CAB'

red 183 ◦ green 60 ◦ blue 171

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

Shades of Fuchsia #B73CAB

Tints of Fuchsia #B73CAB

RGB

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

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

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

R = 44.2%
G = 14.49%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B73CAB (or 0xB73CAB) is known color: Fuchsia. HEX triplet: B7, 3C and AB. RGB value is (183,60,171). Sum of RGB (Red+Green+Blue) = 183+60+171=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B73CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73CAB is #48C354. Grayscale: #6D6D6D. Windows color (decimal): -4768597 or 11222199. OLE color: 11222199.

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

Color convert

RGB 183 60 171 -
CMYK 0 0.67 0.07 0.28
HSL 305.85º 0.51% 0.48% -
HSV(B) 305.85º 0.67% 0.72% -
XYZ 28.49 16.24 40.16 -
YUV 109.43 162.75 180.47 -
System Red Green Blue C M Y K H S L
Decimal 183 60 171 0 0.67 0.07 0.28 305.85 0.51 0.48
Hex B7 3C AB 0 43 7 1C 132 33 30
Octal 267 74 253 0 103 7 34 462 63 60
Binary 10110111 111100 10101011 0 1000011 111 11100 100110010 110011 110000

Color Harmonies of #B73CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CAB

Black with #B73CAB

Text Example


Text Example

White with #B73CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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