Html Css Color HEX #B73DAB Fuchsia

📋 copy color: '#B73DAB'

red 183 ◦ green 61 ◦ blue 171

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

Shades of Fuchsia #B73DAB

Tints of Fuchsia #B73DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.7%

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

R = 44.1%
G = 14.7%
B = 41.2%

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

#B73DAB (or 0xB73DAB) is known color: Fuchsia. HEX triplet: B7, 3D and AB. RGB value is (183,61,171). Sum of RGB (Red+Green+Blue) = 183+61+171=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B73DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73DAB is #48C254. Grayscale: #6D6D6D. Windows color (decimal): -4768341 or 11222455. OLE color: 11222455.

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

Color convert

RGB 183 61 171 -
CMYK 0 0.67 0.07 0.28
HSL 305.9º 0.5% 0.48% -
HSV(B) 305.9º 0.67% 0.72% -
XYZ 28.55 16.35 40.18 -
YUV 110.02 162.42 180.06 -
System Red Green Blue C M Y K H S L
Decimal 183 61 171 0 0.67 0.07 0.28 305.9 0.5 0.48
Hex B7 3D AB 0 43 7 1C 132 32 30
Octal 267 75 253 0 103 7 34 462 62 60
Binary 10110111 111101 10101011 0 1000011 111 11100 100110010 110010 110000

Color Harmonies of #B73DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73DAB

Black with #B73DAB

Text Example


Text Example

White with #B73DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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