Html Css Color HEX #B263BC Fuchsia

📋 copy color: '#B263BC'

red 178 ◦ green 99 ◦ blue 188

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

Shades of Fuchsia #B263BC

Tints of Fuchsia #B263BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 38.28%
G = 21.29%
B = 40.43%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B263BC (or 0xB263BC) is known color: Fuchsia. HEX triplet: B2, 63 and BC. RGB value is (178,99,188). Sum of RGB (Red+Green+Blue) = 178+99+188=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #B263BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263BC is #4D9C43. Grayscale: #848484. Windows color (decimal): -5086276 or 12346290. OLE color: 12346290.

HSL color Cylindrical-coordinate representation of color #B263BC: hue angle of 293.26º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B263BC is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 99 188 -
CMYK 0.05 0.47 0 0.26
HSL 293.26º 0.4% 0.56% -
HSV(B) 293.26º 0.47% 0.74% -
XYZ 31.9 22.02 50.15 -
YUV 132.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 178 99 188 0.05 0.47 0 0.26 293.26 0.4 0.56
Hex B2 63 BC 5 2F 0 1A 125 28 38
Octal 262 143 274 5 57 0 32 445 50 70
Binary 10110010 1100011 10111100 101 101111 0 11010 100100101 101000 111000

Color Harmonies of #B263BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B263BC

Black with #B263BC

Text Example


Text Example

White with #B263BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B263BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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