Html Css Color HEX #B658BA Fuchsia

📋 copy color: '#B658BA'

red 182 ◦ green 88 ◦ blue 186

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

Shades of Fuchsia #B658BA

Tints of Fuchsia #B658BA

RGB

 RED value IS 182 (71.48% from 255) = 39.91%

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

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

R = 39.91%
G = 19.3%
B = 40.79%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B658BA (or 0xB658BA) is known color: Fuchsia. HEX triplet: B6, 58 and BA. RGB value is (182,88,186). Sum of RGB (Red+Green+Blue) = 182+88+186=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #B658BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B658BA is #49A745. Grayscale: #7E7E7E. Windows color (decimal): -4826950 or 12212406. OLE color: 12212406.

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

Color convert

RGB 182 88 186 -
CMYK 0.02 0.53 0 0.27
HSL 297.55º 0.42% 0.54% -
HSV(B) 297.55º 0.53% 0.73% -
XYZ 31.64 20.47 48.74 -
YUV 127.28 161.14 167.03 -
System Red Green Blue C M Y K H S L
Decimal 182 88 186 0.02 0.53 0 0.27 297.55 0.42 0.54
Hex B6 58 BA 2 35 0 1B 12A 2A 36
Octal 266 130 272 2 65 0 33 452 52 66
Binary 10110110 1011000 10111010 10 110101 0 11011 100101010 101010 110110

Color Harmonies of #B658BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B658BA

Black with #B658BA

Text Example


Text Example

White with #B658BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B658BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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