Html Css Color HEX #B255BC Fuchsia

📋 copy color: '#B255BC'

red 178 ◦ green 85 ◦ blue 188

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

Shades of Fuchsia #B255BC

Tints of Fuchsia #B255BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 39.47%
G = 18.85%
B = 41.69%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B255BC (or 0xB255BC) is known color: Fuchsia. HEX triplet: B2, 55 and BC. RGB value is (178,85,188). Sum of RGB (Red+Green+Blue) = 178+85+188=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #B255BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255BC is #4DAA43. Grayscale: #7C7C7C. Windows color (decimal): -5089860 or 12342706. OLE color: 12342706.

HSL color Cylindrical-coordinate representation of color #B255BC: hue angle of 294.17º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B255BC is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 85 188 -
CMYK 0.05 0.55 0 0.26
HSL 294.17º 0.43% 0.54% -
HSV(B) 294.17º 0.55% 0.74% -
XYZ 30.69 19.59 49.74 -
YUV 124.55 163.81 166.12 -
System Red Green Blue C M Y K H S L
Decimal 178 85 188 0.05 0.55 0 0.26 294.17 0.43 0.54
Hex B2 55 BC 5 37 0 1A 126 2B 36
Octal 262 125 274 5 67 0 32 446 53 66
Binary 10110010 1010101 10111100 101 110111 0 11010 100100110 101011 110110

Color Harmonies of #B255BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255BC

Black with #B255BC

Text Example


Text Example

White with #B255BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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