Html Css Color HEX #B260B2 Fuchsia

📋 copy color: '#B260B2'

red 178 ◦ green 96 ◦ blue 178

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

Shades of Fuchsia #B260B2

Tints of Fuchsia #B260B2

RGB

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

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

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

R = 39.38%
G = 21.24%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B260B2 (or 0xB260B2) is known color: Fuchsia. HEX triplet: B2, 60 and B2. RGB value is (178,96,178). Sum of RGB (Red+Green+Blue) = 178+96+178=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B260B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B260B2 is #4D9F4D. Grayscale: #818181. Windows color (decimal): -5087054 or 11690162. OLE color: 11690162.

HSL color Cylindrical-coordinate representation of color #B260B2: hue angle of 300º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B260B2 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 96 178 -
CMYK 0 0.46 0 0.30
HSL 300º 0.35% 0.54% -
HSV(B) 300º 0.46% 0.7% -
XYZ 30.58 21.05 44.57 -
YUV 129.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 178 96 178 0 0.46 0 0.30 300 0.35 0.54
Hex B2 60 B2 0 2E 0 1E 12C 23 36
Octal 262 140 262 0 56 0 36 454 43 66
Binary 10110010 1100000 10110010 0 101110 0 11110 100101100 100011 110110

Color Harmonies of #B260B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B260B2

Black with #B260B2

Text Example


Text Example

White with #B260B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B260B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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