Html Css Color HEX #B255B6 Fuchsia

📋 copy color: '#B255B6'

red 178 ◦ green 85 ◦ blue 182

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

Shades of Fuchsia #B255B6

Tints of Fuchsia #B255B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.9%

R = 40%
G = 19.1%
B = 40.9%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B255B6 (or 0xB255B6) is known color: Fuchsia. HEX triplet: B2, 55 and B6. RGB value is (178,85,182). Sum of RGB (Red+Green+Blue) = 178+85+182=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 182 - color contains mainly: blue. Hex color #B255B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255B6 is #4DAA49. Grayscale: #7B7B7B. Windows color (decimal): -5089866 or 11949490. OLE color: 11949490.

HSL color Cylindrical-coordinate representation of color #B255B6: hue angle of 297.53º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B255B6 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 85 182 -
CMYK 0.02 0.53 0 0.29
HSL 297.53º 0.4% 0.52% -
HSV(B) 297.53º 0.53% 0.71% -
XYZ 30.05 19.34 46.4 -
YUV 123.87 160.81 166.61 -
System Red Green Blue C M Y K H S L
Decimal 178 85 182 0.02 0.53 0 0.29 297.53 0.4 0.52
Hex B2 55 B6 2 35 0 1D 12A 28 34
Octal 262 125 266 2 65 0 35 452 50 64
Binary 10110010 1010101 10110110 10 110101 0 11101 100101010 101000 110100

Color Harmonies of #B255B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255B6

Black with #B255B6

Text Example


Text Example

White with #B255B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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