Html Css Color HEX #B259B1 Fuchsia

📋 copy color: '#B259B1'

red 178 ◦ green 89 ◦ blue 177

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

Shades of Fuchsia #B259B1

Tints of Fuchsia #B259B1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.05%

 BLUE value IS 177 (69.53% from 255) = 39.86%

R = 40.09%
G = 20.05%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B259B1 (or 0xB259B1) is known color: Fuchsia. HEX triplet: B2, 59 and B1. RGB value is (178,89,177). Sum of RGB (Red+Green+Blue) = 178+89+177=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B259B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B259B1 is #4DA64E. Grayscale: #7D7D7D. Windows color (decimal): -5088847 or 11622834. OLE color: 11622834.

HSL color Cylindrical-coordinate representation of color #B259B1: hue angle of 300.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B259B1 is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 89 177 -
CMYK 0 0.5 0.01 0.30
HSL 300.67º 0.37% 0.52% -
HSV(B) 300.67º 0.5% 0.7% -
XYZ 29.87 19.78 43.84 -
YUV 125.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 178 89 177 0 0.5 0.01 0.30 300.67 0.37 0.52
Hex B2 59 B1 0 32 1 1E 12D 25 34
Octal 262 131 261 0 62 1 36 455 45 64
Binary 10110010 1011001 10110001 0 110010 1 11110 100101101 100101 110100

Color Harmonies of #B259B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B259B1

Black with #B259B1

Text Example


Text Example

White with #B259B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B259B1; }

 p { color: rgb(178,89,177); }

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

background-color css

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

 a { background-color: rgb(178,89,177); }

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

border-color css

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

 span { border-color: rgb(178,89,177); }

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