Html Css Color HEX #B73AB4 Fuchsia

📋 copy color: '#B73AB4'

red 183 ◦ green 58 ◦ blue 180

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

Shades of Fuchsia #B73AB4

Tints of Fuchsia #B73AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.76%

R = 43.47%
G = 13.78%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B73AB4 (or 0xB73AB4) is known color: Fuchsia. HEX triplet: B7, 3A and B4. RGB value is (183,58,180). Sum of RGB (Red+Green+Blue) = 183+58+180=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B73AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73AB4 is #48C54B. Grayscale: #6C6C6C. Windows color (decimal): -4769100 or 11811511. OLE color: 11811511.

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

Color convert

RGB 183 58 180 -
CMYK 0 0.68 0.02 0.28
HSL 301.44º 0.52% 0.47% -
HSV(B) 301.44º 0.68% 0.72% -
XYZ 29.28 16.39 44.8 -
YUV 109.28 167.91 180.58 -
System Red Green Blue C M Y K H S L
Decimal 183 58 180 0 0.68 0.02 0.28 301.44 0.52 0.47
Hex B7 3A B4 0 44 2 1C 12D 34 2F
Octal 267 72 264 0 104 2 34 455 64 57
Binary 10110111 111010 10110100 0 1000100 10 11100 100101101 110100 101111

Color Harmonies of #B73AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73AB4

Black with #B73AB4

Text Example


Text Example

White with #B73AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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