Html Css Color HEX #B263BA Fuchsia

📋 copy color: '#B263BA'

red 178 ◦ green 99 ◦ blue 186

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

Shades of Fuchsia #B263BA

Tints of Fuchsia #B263BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 38.44%
G = 21.38%
B = 40.17%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B263BA (or 0xB263BA) is known color: Fuchsia. HEX triplet: B2, 63 and BA. RGB value is (178,99,186). Sum of RGB (Red+Green+Blue) = 178+99+186=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #B263BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263BA is #4D9C45. Grayscale: #848484. Windows color (decimal): -5086278 or 12215218. OLE color: 12215218.

HSL color Cylindrical-coordinate representation of color #B263BA: hue angle of 294.48º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B263BA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 99 186 -
CMYK 0.04 0.47 0 0.27
HSL 294.48º 0.39% 0.56% -
HSV(B) 294.48º 0.47% 0.73% -
XYZ 31.68 21.93 49.02 -
YUV 132.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 178 99 186 0.04 0.47 0 0.27 294.48 0.39 0.56
Hex B2 63 BA 4 2F 0 1B 126 27 38
Octal 262 143 272 4 57 0 33 446 47 70
Binary 10110010 1100011 10111010 100 101111 0 11011 100100110 100111 111000

Color Harmonies of #B263BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B263BA

Black with #B263BA

Text Example


Text Example

White with #B263BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B263BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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