Html Css Color HEX #B255AF Fuchsia

📋 copy color: '#B255AF'

red 178 ◦ green 85 ◦ blue 175

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

Shades of Fuchsia #B255AF

Tints of Fuchsia #B255AF

RGB

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

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

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

R = 40.64%
G = 19.41%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B255AF (or 0xB255AF) is known color: Fuchsia. HEX triplet: B2, 55 and AF. RGB value is (178,85,175). Sum of RGB (Red+Green+Blue) = 178+85+175=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B255AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B255AF is #4DAA50. Grayscale: #7A7A7A. Windows color (decimal): -5089873 or 11490738. OLE color: 11490738.

HSL color Cylindrical-coordinate representation of color #B255AF: hue angle of 301.94º 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 #B255AF is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 85 175 -
CMYK 0 0.52 0.02 0.30
HSL 301.94º 0.38% 0.52% -
HSV(B) 301.94º 0.52% 0.7% -
XYZ 29.35 19.06 42.69 -
YUV 123.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 178 85 175 0 0.52 0.02 0.30 301.94 0.38 0.52
Hex B2 55 AF 0 34 2 1E 12E 26 34
Octal 262 125 257 0 64 2 36 456 46 64
Binary 10110010 1010101 10101111 0 110100 10 11110 100101110 100110 110100

Color Harmonies of #B255AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255AF

Black with #B255AF

Text Example


Text Example

White with #B255AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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