Html Css Color HEX #B728B2 Fuchsia

📋 copy color: '#B728B2'

red 183 ◦ green 40 ◦ blue 178

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

Shades of Fuchsia #B728B2

Tints of Fuchsia #B728B2

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.98%

 BLUE value IS 178 (69.92% from 255) = 44.39%

R = 45.64%
G = 9.98%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B728B2 (or 0xB728B2) is known color: Fuchsia. HEX triplet: B7, 28 and B2. RGB value is (183,40,178). Sum of RGB (Red+Green+Blue) = 183+40+178=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B728B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B728B2 is #48D74D. Grayscale: #626262. Windows color (decimal): -4773710 or 11675831. OLE color: 11675831.

HSL color Cylindrical-coordinate representation of color #B728B2: hue angle of 302.1º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B728B2 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 40 178 -
CMYK 0 0.78 0.03 0.28
HSL 302.1º 0.64% 0.44% -
HSV(B) 302.1º 0.78% 0.72% -
XYZ 28.32 14.8 43.48 -
YUV 98.49 172.88 188.28 -
System Red Green Blue C M Y K H S L
Decimal 183 40 178 0 0.78 0.03 0.28 302.1 0.64 0.44
Hex B7 28 B2 0 4E 3 1C 12E 40 2C
Octal 267 50 262 0 116 3 34 456 100 54
Binary 10110111 101000 10110010 0 1001110 11 11100 100101110 1000000 101100

Color Harmonies of #B728B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B728B2

Black with #B728B2

Text Example


Text Example

White with #B728B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B728B2; }

 p { color: rgb(183,40,178); }

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

background-color css

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

 a { background-color: rgb(183,40,178); }

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

border-color css

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

 span { border-color: rgb(183,40,178); }

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