Html Css Color HEX #B73DA8 Fuchsia

📋 copy color: '#B73DA8'

red 183 ◦ green 61 ◦ blue 168

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

Shades of Fuchsia #B73DA8

Tints of Fuchsia #B73DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.78%

R = 44.42%
G = 14.81%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B73DA8 (or 0xB73DA8) is known color: Fuchsia. HEX triplet: B7, 3D and A8. RGB value is (183,61,168). Sum of RGB (Red+Green+Blue) = 183+61+168=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B73DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73DA8 is #48C257. Grayscale: #6D6D6D. Windows color (decimal): -4768344 or 11025847. OLE color: 11025847.

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

Color convert

RGB 183 61 168 -
CMYK 0 0.67 0.08 0.28
HSL 307.38º 0.5% 0.48% -
HSV(B) 307.38º 0.67% 0.72% -
XYZ 28.27 16.23 38.69 -
YUV 109.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 183 61 168 0 0.67 0.08 0.28 307.38 0.5 0.48
Hex B7 3D A8 0 43 8 1C 133 32 30
Octal 267 75 250 0 103 10 34 463 62 60
Binary 10110111 111101 10101000 0 1000011 1000 11100 100110011 110010 110000

Color Harmonies of #B73DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73DA8

Black with #B73DA8

Text Example


Text Example

White with #B73DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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