Html Css Color HEX #B730AB Fuchsia

📋 copy color: '#B730AB'

red 183 ◦ green 48 ◦ blue 171

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

Shades of Fuchsia #B730AB

Tints of Fuchsia #B730AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.94%

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

R = 45.52%
G = 11.94%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B730AB (or 0xB730AB) is known color: Fuchsia. HEX triplet: B7, 30 and AB. RGB value is (183,48,171). Sum of RGB (Red+Green+Blue) = 183+48+171=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B730AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B730AB is #48CF54. Grayscale: #666666. Windows color (decimal): -4771669 or 11219127. OLE color: 11219127.

HSL color Cylindrical-coordinate representation of color #B730AB: hue angle of 305.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B730AB is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 48 171 -
CMYK 0 0.74 0.07 0.28
HSL 305.33º 0.58% 0.45% -
HSV(B) 305.33º 0.74% 0.72% -
XYZ 27.94 15.12 39.97 -
YUV 102.39 166.73 185.5 -
System Red Green Blue C M Y K H S L
Decimal 183 48 171 0 0.74 0.07 0.28 305.33 0.58 0.45
Hex B7 30 AB 0 4A 7 1C 131 3A 2D
Octal 267 60 253 0 112 7 34 461 72 55
Binary 10110111 110000 10101011 0 1001010 111 11100 100110001 111010 101101

Color Harmonies of #B730AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B730AB

Black with #B730AB

Text Example


Text Example

White with #B730AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B730AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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