Html Css Color HEX #B255AD Fuchsia

📋 copy color: '#B255AD'

red 178 ◦ green 85 ◦ blue 173

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

Shades of Fuchsia #B255AD

Tints of Fuchsia #B255AD

RGB

 RED value IS 178 (69.92% from 255) = 40.83%

 GREEN value IS 85 (33.59% from 255) = 19.5%

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

R = 40.83%
G = 19.5%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B255AD (or 0xB255AD) is known color: Fuchsia. HEX triplet: B2, 55 and AD. RGB value is (178,85,173). Sum of RGB (Red+Green+Blue) = 178+85+173=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B255AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B255AD is #4DAA52. Grayscale: #7A7A7A. Windows color (decimal): -5089875 or 11359666. OLE color: 11359666.

HSL color Cylindrical-coordinate representation of color #B255AD: hue angle of 303.23º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B255AD is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 85 173 -
CMYK 0 0.52 0.03 0.30
HSL 303.23º 0.38% 0.52% -
HSV(B) 303.23º 0.52% 0.7% -
XYZ 29.15 18.98 41.66 -
YUV 122.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 178 85 173 0 0.52 0.03 0.30 303.23 0.38 0.52
Hex B2 55 AD 0 34 3 1E 12F 26 34
Octal 262 125 255 0 64 3 36 457 46 64
Binary 10110010 1010101 10101101 0 110100 11 11110 100101111 100110 110100

Color Harmonies of #B255AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255AD

Black with #B255AD

Text Example


Text Example

White with #B255AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255AD; }

 p { color: rgb(178,85,173); }

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

background-color css

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

 a { background-color: rgb(178,85,173); }

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

border-color css

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

 span { border-color: rgb(178,85,173); }

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