Html Css Color HEX #B728B5 Fuchsia

📋 copy color: '#B728B5'

red 183 ◦ green 40 ◦ blue 181

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

Shades of Fuchsia #B728B5

Tints of Fuchsia #B728B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.8%

R = 45.3%
G = 9.9%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B728B5 (or 0xB728B5) is known color: Fuchsia. HEX triplet: B7, 28 and B5. RGB value is (183,40,181). Sum of RGB (Red+Green+Blue) = 183+40+181=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B728B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728B5 is #48D74A. Grayscale: #626262. Windows color (decimal): -4773707 or 11872439. OLE color: 11872439.

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

Color convert

RGB 183 40 181 -
CMYK 0 0.78 0.01 0.28
HSL 300.84º 0.64% 0.44% -
HSV(B) 300.84º 0.78% 0.72% -
XYZ 28.63 14.92 45.09 -
YUV 98.83 174.38 188.04 -
System Red Green Blue C M Y K H S L
Decimal 183 40 181 0 0.78 0.01 0.28 300.84 0.64 0.44
Hex B7 28 B5 0 4E 1 1C 12D 40 2C
Octal 267 50 265 0 116 1 34 455 100 54
Binary 10110111 101000 10110101 0 1001110 1 11100 100101101 1000000 101100

Color Harmonies of #B728B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B728B5

Black with #B728B5

Text Example


Text Example

White with #B728B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B728B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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