Html Css Color HEX #B73ABB Fuchsia

📋 copy color: '#B73ABB'

red 183 ◦ green 58 ◦ blue 187

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

Shades of Fuchsia #B73ABB

Tints of Fuchsia #B73ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.69%

R = 42.76%
G = 13.55%
B = 43.69%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B73ABB (or 0xB73ABB) is known color: Fuchsia. HEX triplet: B7, 3A and BB. RGB value is (183,58,187). Sum of RGB (Red+Green+Blue) = 183+58+187=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #B73ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73ABB is #48C544. Grayscale: #6D6D6D. Windows color (decimal): -4769093 or 12270263. OLE color: 12270263.

HSL color Cylindrical-coordinate representation of color #B73ABB: hue angle of 298.14º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73ABB is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 58 187 -
CMYK 0.02 0.69 0 0.27
HSL 298.14º 0.53% 0.48% -
HSV(B) 298.14º 0.69% 0.73% -
XYZ 30.01 16.68 48.65 -
YUV 110.08 171.41 180.01 -
System Red Green Blue C M Y K H S L
Decimal 183 58 187 0.02 0.69 0 0.27 298.14 0.53 0.48
Hex B7 3A BB 2 45 0 1B 12A 35 30
Octal 267 72 273 2 105 0 33 452 65 60
Binary 10110111 111010 10111011 10 1000101 0 11011 100101010 110101 110000

Color Harmonies of #B73ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73ABB

Black with #B73ABB

Text Example


Text Example

White with #B73ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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