Html Css Color HEX #B730AF Fuchsia

📋 copy color: '#B730AF'

red 183 ◦ green 48 ◦ blue 175

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

Shades of Fuchsia #B730AF

Tints of Fuchsia #B730AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 45.07%
G = 11.82%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B730AF (or 0xB730AF) is known color: Fuchsia. HEX triplet: B7, 30 and AF. RGB value is (183,48,175). Sum of RGB (Red+Green+Blue) = 183+48+175=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B730AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B730AF is #48CF50. Grayscale: #666666. Windows color (decimal): -4771665 or 11481271. OLE color: 11481271.

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

Color convert

RGB 183 48 175 -
CMYK 0 0.74 0.04 0.28
HSL 303.56º 0.58% 0.45% -
HSV(B) 303.56º 0.74% 0.72% -
XYZ 28.32 15.28 42.01 -
YUV 102.84 168.73 185.17 -
System Red Green Blue C M Y K H S L
Decimal 183 48 175 0 0.74 0.04 0.28 303.56 0.58 0.45
Hex B7 30 AF 0 4A 4 1C 130 3A 2D
Octal 267 60 257 0 112 4 34 460 72 55
Binary 10110111 110000 10101111 0 1001010 100 11100 100110000 111010 101101

Color Harmonies of #B730AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B730AF

Black with #B730AF

Text Example


Text Example

White with #B730AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B730AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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