Html Css Color HEX #B730AD Fuchsia

📋 copy color: '#B730AD'

red 183 ◦ green 48 ◦ blue 173

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

Shades of Fuchsia #B730AD

Tints of Fuchsia #B730AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.82%

R = 45.3%
G = 11.88%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B730AD (or 0xB730AD) is known color: Fuchsia. HEX triplet: B7, 30 and AD. RGB value is (183,48,173). Sum of RGB (Red+Green+Blue) = 183+48+173=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B730AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B730AD is #48CF52. Grayscale: #666666. Windows color (decimal): -4771667 or 11350199. OLE color: 11350199.

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

Color convert

RGB 183 48 173 -
CMYK 0 0.74 0.05 0.28
HSL 304.44º 0.58% 0.45% -
HSV(B) 304.44º 0.74% 0.72% -
XYZ 28.13 15.2 40.99 -
YUV 102.62 167.73 185.34 -
System Red Green Blue C M Y K H S L
Decimal 183 48 173 0 0.74 0.05 0.28 304.44 0.58 0.45
Hex B7 30 AD 0 4A 5 1C 130 3A 2D
Octal 267 60 255 0 112 5 34 460 72 55
Binary 10110111 110000 10101101 0 1001010 101 11100 100110000 111010 101101

Color Harmonies of #B730AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B730AD

Black with #B730AD

Text Example


Text Example

White with #B730AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B730AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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