Html Css Color HEX #B259B4 Fuchsia

📋 copy color: '#B259B4'

red 178 ◦ green 89 ◦ blue 180

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

Shades of Fuchsia #B259B4

Tints of Fuchsia #B259B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.27%

R = 39.82%
G = 19.91%
B = 40.27%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B259B4 (or 0xB259B4) is known color: Fuchsia. HEX triplet: B2, 59 and B4. RGB value is (178,89,180). Sum of RGB (Red+Green+Blue) = 178+89+180=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #B259B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259B4 is #4DA64B. Grayscale: #7D7D7D. Windows color (decimal): -5088844 or 11819442. OLE color: 11819442.

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

Color convert

RGB 178 89 180 -
CMYK 0.01 0.51 0 0.29
HSL 298.68º 0.38% 0.53% -
HSV(B) 298.68º 0.51% 0.71% -
XYZ 30.17 19.91 45.43 -
YUV 125.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 178 89 180 0.01 0.51 0 0.29 298.68 0.38 0.53
Hex B2 59 B4 1 33 0 1D 12B 26 35
Octal 262 131 264 1 63 0 35 453 46 65
Binary 10110010 1011001 10110100 1 110011 0 11101 100101011 100110 110101

Color Harmonies of #B259B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B259B4

Black with #B259B4

Text Example


Text Example

White with #B259B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B259B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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