Html Css Color HEX #B263BB Fuchsia

📋 copy color: '#B263BB'

red 178 ◦ green 99 ◦ blue 187

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

Shades of Fuchsia #B263BB

Tints of Fuchsia #B263BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.3%

R = 38.36%
G = 21.34%
B = 40.3%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B263BB (or 0xB263BB) is known color: Fuchsia. HEX triplet: B2, 63 and BB. RGB value is (178,99,187). Sum of RGB (Red+Green+Blue) = 178+99+187=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #B263BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263BB is #4D9C44. Grayscale: #848484. Windows color (decimal): -5086277 or 12280754. OLE color: 12280754.

HSL color Cylindrical-coordinate representation of color #B263BB: hue angle of 293.86º 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 #B263BB is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 99 187 -
CMYK 0.05 0.47 0 0.27
HSL 293.86º 0.39% 0.56% -
HSV(B) 293.86º 0.47% 0.73% -
XYZ 31.79 21.98 49.58 -
YUV 132.65 158.67 160.34 -
System Red Green Blue C M Y K H S L
Decimal 178 99 187 0.05 0.47 0 0.27 293.86 0.39 0.56
Hex B2 63 BB 5 2F 0 1B 126 27 38
Octal 262 143 273 5 57 0 33 446 47 70
Binary 10110010 1100011 10111011 101 101111 0 11011 100100110 100111 111000

Color Harmonies of #B263BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B263BB

Black with #B263BB

Text Example


Text Example

White with #B263BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B263BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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