Html Css Color HEX #B730AA Fuchsia

📋 copy color: '#B730AA'

red 183 ◦ green 48 ◦ blue 170

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

Shades of Fuchsia #B730AA

Tints of Fuchsia #B730AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 45.64%
G = 11.97%
B = 42.39%

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

#B730AA (or 0xB730AA) is known color: Fuchsia. HEX triplet: B7, 30 and AA. RGB value is (183,48,170). Sum of RGB (Red+Green+Blue) = 183+48+170=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B730AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B730AA is #48CF55. Grayscale: #656565. Windows color (decimal): -4771670 or 11153591. OLE color: 11153591.

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

Color convert

RGB 183 48 170 -
CMYK 0 0.74 0.07 0.28
HSL 305.78º 0.58% 0.45% -
HSV(B) 305.78º 0.74% 0.72% -
XYZ 27.84 15.08 39.47 -
YUV 102.27 166.23 185.58 -
System Red Green Blue C M Y K H S L
Decimal 183 48 170 0 0.74 0.07 0.28 305.78 0.58 0.45
Hex B7 30 AA 0 4A 7 1C 132 3A 2D
Octal 267 60 252 0 112 7 34 462 72 55
Binary 10110111 110000 10101010 0 1001010 111 11100 100110010 111010 101101

Color Harmonies of #B730AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B730AA

Black with #B730AA

Text Example


Text Example

White with #B730AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B730AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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