Html Css Color HEX #B258BA Fuchsia

📋 copy color: '#B258BA'

red 178 ◦ green 88 ◦ blue 186

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

Shades of Fuchsia #B258BA

Tints of Fuchsia #B258BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.47%

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 39.38%
G = 19.47%
B = 41.15%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B258BA (or 0xB258BA) is known color: Fuchsia. HEX triplet: B2, 58 and BA. RGB value is (178,88,186). Sum of RGB (Red+Green+Blue) = 178+88+186=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #B258BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258BA is #4DA745. Grayscale: #7D7D7D. Windows color (decimal): -5089094 or 12212402. OLE color: 12212402.

HSL color Cylindrical-coordinate representation of color #B258BA: hue angle of 295.1º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B258BA is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 88 186 -
CMYK 0.04 0.53 0 0.27
HSL 295.1º 0.42% 0.54% -
HSV(B) 295.1º 0.53% 0.73% -
XYZ 30.71 19.99 48.69 -
YUV 126.08 161.82 165.03 -
System Red Green Blue C M Y K H S L
Decimal 178 88 186 0.04 0.53 0 0.27 295.1 0.42 0.54
Hex B2 58 BA 4 35 0 1B 127 2A 36
Octal 262 130 272 4 65 0 33 447 52 66
Binary 10110010 1011000 10111010 100 110101 0 11011 100100111 101010 110110

Color Harmonies of #B258BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B258BA

Black with #B258BA

Text Example


Text Example

White with #B258BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B258BA; }

 p { color: rgb(178,88,186); }

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

background-color css

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

 a { background-color: rgb(178,88,186); }

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

border-color css

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

 span { border-color: rgb(178,88,186); }

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