Html Css Color HEX #B73AB2 Fuchsia

📋 copy color: '#B73AB2'

red 183 ◦ green 58 ◦ blue 178

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

Shades of Fuchsia #B73AB2

Tints of Fuchsia #B73AB2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.84%

 BLUE value IS 178 (69.92% from 255) = 42.48%

R = 43.68%
G = 13.84%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B73AB2 (or 0xB73AB2) is known color: Fuchsia. HEX triplet: B7, 3A and B2. RGB value is (183,58,178). Sum of RGB (Red+Green+Blue) = 183+58+178=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B73AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73AB2 is #48C54D. Grayscale: #6C6C6C. Windows color (decimal): -4769102 or 11680439. OLE color: 11680439.

HSL color Cylindrical-coordinate representation of color #B73AB2: hue angle of 302.4º degrees, saturation: 0.52, 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 #B73AB2 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 58 178 -
CMYK 0 0.68 0.03 0.28
HSL 302.4º 0.52% 0.47% -
HSV(B) 302.4º 0.68% 0.72% -
XYZ 29.08 16.31 43.73 -
YUV 109.06 166.91 180.74 -
System Red Green Blue C M Y K H S L
Decimal 183 58 178 0 0.68 0.03 0.28 302.4 0.52 0.47
Hex B7 3A B2 0 44 3 1C 12E 34 2F
Octal 267 72 262 0 104 3 34 456 64 57
Binary 10110111 111010 10110010 0 1000100 11 11100 100101110 110100 101111

Color Harmonies of #B73AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73AB2

Black with #B73AB2

Text Example


Text Example

White with #B73AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73AB2; }

 p { color: rgb(183,58,178); }

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

background-color css

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

 a { background-color: rgb(183,58,178); }

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

border-color css

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

 span { border-color: rgb(183,58,178); }

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