Html Css Color HEX #B260B4 Fuchsia

📋 copy color: '#B260B4'

red 178 ◦ green 96 ◦ blue 180

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

Shades of Fuchsia #B260B4

Tints of Fuchsia #B260B4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.15%

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

R = 39.21%
G = 21.15%
B = 39.65%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B260B4 (or 0xB260B4) is known color: Fuchsia. HEX triplet: B2, 60 and B4. RGB value is (178,96,180). Sum of RGB (Red+Green+Blue) = 178+96+180=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 180 - color contains mainly: blue. Hex color #B260B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260B4 is #4D9F4B. Grayscale: #818181. Windows color (decimal): -5087052 or 11821234. OLE color: 11821234.

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

Color convert

RGB 178 96 180 -
CMYK 0.01 0.47 0 0.29
HSL 298.57º 0.36% 0.54% -
HSV(B) 298.57º 0.47% 0.71% -
XYZ 30.78 21.13 45.64 -
YUV 130.09 156.17 162.17 -
System Red Green Blue C M Y K H S L
Decimal 178 96 180 0.01 0.47 0 0.29 298.57 0.36 0.54
Hex B2 60 B4 1 2F 0 1D 12B 24 36
Octal 262 140 264 1 57 0 35 453 44 66
Binary 10110010 1100000 10110100 1 101111 0 11101 100101011 100100 110110

Color Harmonies of #B260B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B260B4

Black with #B260B4

Text Example


Text Example

White with #B260B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B260B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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