Html Css Color HEX #B263B8 Fuchsia

📋 copy color: '#B263B8'

red 178 ◦ green 99 ◦ blue 184

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

Shades of Fuchsia #B263B8

Tints of Fuchsia #B263B8

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.48%

 BLUE value IS 184 (72.27% from 255) = 39.91%

R = 38.61%
G = 21.48%
B = 39.91%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B263B8 (or 0xB263B8) is known color: Fuchsia. HEX triplet: B2, 63 and B8. RGB value is (178,99,184). Sum of RGB (Red+Green+Blue) = 178+99+184=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 184 - color contains mainly: blue. Hex color #B263B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263B8 is #4D9C47. Grayscale: #848484. Windows color (decimal): -5086280 or 12084146. OLE color: 12084146.

HSL color Cylindrical-coordinate representation of color #B263B8: hue angle of 295.76º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B263B8 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 99 184 -
CMYK 0.03 0.46 0 0.28
HSL 295.76º 0.37% 0.55% -
HSV(B) 295.76º 0.46% 0.72% -
XYZ 31.47 21.85 47.91 -
YUV 132.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 178 99 184 0.03 0.46 0 0.28 295.76 0.37 0.55
Hex B2 63 B8 3 2E 0 1C 128 25 37
Octal 262 143 270 3 56 0 34 450 45 67
Binary 10110010 1100011 10111000 11 101110 0 11100 100101000 100101 110111

Color Harmonies of #B263B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B263B8

Black with #B263B8

Text Example


Text Example

White with #B263B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B263B8; }

 p { color: rgb(178,99,184); }

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

background-color css

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

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

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

border-color css

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

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

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